#6AB5F2

Color #6AB5F2 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #6AB5F2

Tints of Maya Blue #6AB5F2

Color information

#6AB5F2 (or 0x6AB5F2) is unknown color: approx Maya Blue. HEX triplet: 6A, B5 and F2. RGB value is (106,181,242). Sum of RGB (Red+Green+Blue) = 106+181+242=529 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20.04% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #6AB5F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AB5F2 is #954A0D. Grayscale: #A5A5A5. Windows color (decimal): -9783822 or 15906154. OLE color: 15906154.

HSL color Cylindrical-coordinate representation of color #6AB5F2: hue angle of 206.91º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AB5F2 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB106181242-
CMYK0.560.2500.05
HSL206.91º83.95%68.24%-
HSV(B)206.91º56.2%94.9%-
XYZ38.4942.5290.18-
YUV165.53171.1585.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 20.04%
GREEN value IS 181 (71.09% from 255) = 34.22%
BLUE value IS 242 (94.92% from 255) = 45.75%
R=20.04%
G=34.22%
B=45.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1061812420.560.2500.05206.9183.9568.24
Hex6AB5F2381905cf5444
Octal152265362703105317124104
Binary110101010110101111100101110001100101011100111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AB5F2; }

 p { color: rgb(106,181,242); }

 H1.HeaderClassName
 {
   color: #6AB5F2;
 }
 .AnyTagClassName
 {
   color: #6AB5F2;
 }
</style>
background-color css

<style>
 a { background-color: #6AB5F2; }

 a { background-color: rgb(106,181,242); }

 div.DivClassName
 {
   background-color: #6AB5F2;
 }
 .BgClassName
 {
   background-color: #6AB5F2;
 }
</style>
border-color css

<style>
 span { border-color: #6AB5F2; }

 span { border-color: rgb(106,181,242); }

 td.TdClassName
 {
   border-color: #6AB5F2;
 }
 .TagClassName
 {
   border-color: #6AB5F2;
 }
</style>