Shades of Maya Blue #6CBDFD
Tints of Maya Blue #6CBDFD
RGB
CMYK
RGB Variations
Color information
#6CBDFD (or 0x6CBDFD) is known color: Maya Blue. HEX triplet: 6C, BD and FD. RGB value is (108,189,253). Sum of RGB (Red+Green+Blue) = 108+189+253=550 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.64% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #6CBDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBDFD is #934202. Grayscale: #ABABAB. Windows color (decimal): -9650691 or 16629100. OLE color: 16629100.
HSL color Cylindrical-coordinate representation of color #6CBDFD: hue angle of 206.48º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CBDFD is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 189 | 253 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.01 |
| HSL | 206.48º | 0.97% | 0.71% | - |
| HSV(B) | 206.48º | 0.57% | 0.99% | - |
| XYZ | 42.11 | 46.68 | 99.72 | - |
| YUV | 172.08 | 173.66 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 189 | 253 | 0.57 | 0.25 | 0 | 0.01 | 206.48 | 0.97 | 0.71 |
| Hex | 6C | BD | FD | 39 | 19 | 0 | 1 | CE | 61 | 47 |
| Octal | 154 | 275 | 375 | 71 | 31 | 0 | 1 | 316 | 141 | 107 |
| Binary | 1101100 | 10111101 | 11111101 | 111001 | 11001 | 0 | 1 | 11001110 | 1100001 | 1000111 |
Color Harmonies of #6CBDFD
Complementary color
Monochromatic Colors of #6CBDFD
Black with #6CBDFD
Text Example
Text Example
White with #6CBDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBDFD; }
p { color: rgb(108,189,253); }
H1.HeaderClassName
{
color: #6CBDFD;
}
.AnyTagClassName
{
color: #6CBDFD;
}
</style>
background-color css
<style>
a { background-color: #6CBDFD; }
a { background-color: rgb(108,189,253); }
div.DivClassName
{
background-color: #6CBDFD;
}
.BgClassName
{
background-color: #6CBDFD;
}
</style>
border-color css
<style>
span { border-color: #6CBDFD; }
span { border-color: rgb(108,189,253); }
td.TdClassName
{
border-color: #6CBDFD;
}
.TagClassName
{
border-color: #6CBDFD;
}
</style>