Shades of Maya Blue #6AD2FD
Tints of Maya Blue #6AD2FD
RGB
CMYK
RGB Variations
Color information
#6AD2FD (or 0x6AD2FD) is known color: Maya Blue. HEX triplet: 6A, D2 and FD. RGB value is (106,210,253). Sum of RGB (Red+Green+Blue) = 106+210+253=569 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.63% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #6AD2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD2FD is #952D02. Grayscale: #B7B7B7. Windows color (decimal): -9776387 or 16634474. OLE color: 16634474.
HSL color Cylindrical-coordinate representation of color #6AD2FD: hue angle of 197.55º 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 #6AD2FD is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 210 | 253 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.01 |
| HSL | 197.55º | 0.97% | 0.7% | - |
| HSV(B) | 197.55º | 0.58% | 0.99% | - |
| XYZ | 46.72 | 56.25 | 101.32 | - |
| YUV | 183.81 | 167.04 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 210 | 253 | 0.58 | 0.17 | 0 | 0.01 | 197.55 | 0.97 | 0.7 |
| Hex | 6A | D2 | FD | 3A | 11 | 0 | 1 | C6 | 61 | 46 |
| Octal | 152 | 322 | 375 | 72 | 21 | 0 | 1 | 306 | 141 | 106 |
| Binary | 1101010 | 11010010 | 11111101 | 111010 | 10001 | 0 | 1 | 11000110 | 1100001 | 1000110 |
Color Harmonies of #6AD2FD
Complementary color
Monochromatic Colors of #6AD2FD
Black with #6AD2FD
Text Example
Text Example
White with #6AD2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD2FD; }
p { color: rgb(106,210,253); }
H1.HeaderClassName
{
color: #6AD2FD;
}
.AnyTagClassName
{
color: #6AD2FD;
}
</style>
background-color css
<style>
a { background-color: #6AD2FD; }
a { background-color: rgb(106,210,253); }
div.DivClassName
{
background-color: #6AD2FD;
}
.BgClassName
{
background-color: #6AD2FD;
}
</style>
border-color css
<style>
span { border-color: #6AD2FD; }
span { border-color: rgb(106,210,253); }
td.TdClassName
{
border-color: #6AD2FD;
}
.TagClassName
{
border-color: #6AD2FD;
}
</style>