#6AB3F2

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

Shades of Maya Blue #6AB3F2

Tints of Maya Blue #6AB3F2

Color information

#6AB3F2 (or 0x6AB3F2) is unknown color: approx Maya Blue. HEX triplet: 6A, B3 and F2. RGB value is (106,179,242). Sum of RGB (Red+Green+Blue) = 106+179+242=527 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.11% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #6AB3F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AB3F2 is #954C0D. Grayscale: #A4A4A4. Windows color (decimal): -9784334 or 15905642. OLE color: 15905642.

HSL color Cylindrical-coordinate representation of color #6AB3F2: hue angle of 207.79º 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 #6AB3F2 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB106179242-
CMYK0.560.2600.05
HSL207.79º83.95%68.24%-
HSV(B)207.79º56.2%94.9%-
XYZ38.0941.7290.05-
YUV164.36171.8286.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.11%
GREEN value IS 179 (70.31% from 255) = 33.97%
BLUE value IS 242 (94.92% from 255) = 45.92%
R=20.11%
G=33.97%
B=45.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1061792420.560.2600.05207.7983.9568.24
Hex6AB3F2381A05d05444
Octal152263362703205320124104
Binary110101010110011111100101110001101001011101000010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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