#6AC6FD

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

Shades of Maya Blue #6AC6FD

Tints of Maya Blue #6AC6FD

Color information

#6AC6FD (or 0x6AC6FD) is unknown color: approx Maya Blue. HEX triplet: 6A, C6 and FD. RGB value is (106,198,253). Sum of RGB (Red+Green+Blue) = 106+198+253=557 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.03% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #6AC6FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC6FD is #953902. Grayscale: #B0B0B0. Windows color (decimal): -9779459 or 16631402. OLE color: 16631402.

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

Color convert

RGB106198253-
CMYK0.580.2200.01
HSL202.45º97.35%70.39%-
HSV(B)202.45º58.1%99.22%-
XYZ43.8750.54100.37-
YUV176.76171.0277.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.03%
GREEN value IS 198 (77.73% from 255) = 35.55%
BLUE value IS 253 (99.22% from 255) = 45.42%
R=19.03%
G=35.55%
B=45.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1061982530.580.2200.01202.4597.3570.39
Hex6AC6FD3A1601ca6146
Octal152306375722601312141106
Binary1101010110001101111110111101010110011100101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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