#6AC6FF

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

Shades of Maya Blue #6AC6FF

Tints of Maya Blue #6AC6FF

Color information

#6AC6FF (or 0x6AC6FF) is unknown color: approx Maya Blue. HEX triplet: 6A, C6 and FF. RGB value is (106,198,255). Sum of RGB (Red+Green+Blue) = 106+198+255=559 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.96% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #6AC6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC6FF is #953900. Grayscale: #B0B0B0. Windows color (decimal): -9779457 or 16762474. OLE color: 16762474.

HSL color Cylindrical-coordinate representation of color #6AC6FF: hue angle of 202.95º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AC6FF is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB106198255-
CMYK0.580.2200
HSL202.95º100%70.78%-
HSV(B)202.95º58.43%100%-
XYZ44.1950.67102.06-
YUV176.99172.0277.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.96%
GREEN value IS 198 (77.73% from 255) = 35.42%
BLUE value IS 255 (100% from 255) = 45.62%
R=18.96%
G=35.42%
B=45.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1061982550.580.2200202.9510070.78
Hex6AC6FF3A1600cb6447
Octal152306377722600313144107
Binary1101010110001101111111111101010110001100101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,198,255); }

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

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

 a { background-color: rgb(106,198,255); }

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

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

 span { border-color: rgb(106,198,255); }

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