Shades of Maya Blue #6AD2FF
Tints of Maya Blue #6AD2FF
RGB
CMYK
RGB Variations
Color information
#6AD2FF (or 0x6AD2FF) is known color: Maya Blue. HEX triplet: 6A, D2 and FF. RGB value is (106,210,255). Sum of RGB (Red+Green+Blue) = 106+210+255=571 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.56% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #6AD2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD2FF is #952D00. Grayscale: #B7B7B7. Windows color (decimal): -9776385 or 16765546. OLE color: 16765546.
HSL color Cylindrical-coordinate representation of color #6AD2FF: hue angle of 198.12º 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 #6AD2FF is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 210 | 255 | - |
| CMYK | 0.58 | 0.18 | 0 | 0 |
| HSL | 198.12º | 1% | 0.71% | - |
| HSV(B) | 198.12º | 0.58% | 1% | - |
| XYZ | 47.04 | 56.38 | 103.01 | - |
| YUV | 184.03 | 168.04 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 210 | 255 | 0.58 | 0.18 | 0 | 0 | 198.12 | 1 | 0.71 |
| Hex | 6A | D2 | FF | 3A | 12 | 0 | 0 | C6 | 64 | 47 |
| Octal | 152 | 322 | 377 | 72 | 22 | 0 | 0 | 306 | 144 | 107 |
| Binary | 1101010 | 11010010 | 11111111 | 111010 | 10010 | 0 | 0 | 11000110 | 1100100 | 1000111 |
Color Harmonies of #6AD2FF
Complementary color
Monochromatic Colors of #6AD2FF
Black with #6AD2FF
Text Example
Text Example
White with #6AD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD2FF; }
p { color: rgb(106,210,255); }
H1.HeaderClassName
{
color: #6AD2FF;
}
.AnyTagClassName
{
color: #6AD2FF;
}
</style>
background-color css
<style>
a { background-color: #6AD2FF; }
a { background-color: rgb(106,210,255); }
div.DivClassName
{
background-color: #6AD2FF;
}
.BgClassName
{
background-color: #6AD2FF;
}
</style>
border-color css
<style>
span { border-color: #6AD2FF; }
span { border-color: rgb(106,210,255); }
td.TdClassName
{
border-color: #6AD2FF;
}
.TagClassName
{
border-color: #6AD2FF;
}
</style>