Shades of Maya Blue #6BD0FE
Tints of Maya Blue #6BD0FE
RGB
CMYK
RGB Variations
Color information
#6BD0FE (or 0x6BD0FE) is known color: Maya Blue. HEX triplet: 6B, D0 and FE. RGB value is (107,208,254). Sum of RGB (Red+Green+Blue) = 107+208+254=569 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.80% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BD0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BD0FE is #942F01. Grayscale: #B6B6B6. Windows color (decimal): -9711362 or 16699499. OLE color: 16699499.
HSL color Cylindrical-coordinate representation of color #6BD0FE: hue angle of 198.78º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BD0FE is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 208 | 254 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.00 |
| HSL | 198.78º | 0.99% | 0.71% | - |
| HSV(B) | 198.78º | 0.58% | 1% | - |
| XYZ | 46.51 | 55.39 | 102.01 | - |
| YUV | 183.05 | 168.04 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 208 | 254 | 0.58 | 0.18 | 0 | 0.00 | 198.78 | 0.99 | 0.71 |
| Hex | 6B | D0 | FE | 3A | 12 | 0 | 0 | C7 | 63 | 47 |
| Octal | 153 | 320 | 376 | 72 | 22 | 0 | 0 | 307 | 143 | 107 |
| Binary | 1101011 | 11010000 | 11111110 | 111010 | 10010 | 0 | 0 | 11000111 | 1100011 | 1000111 |
Color Harmonies of #6BD0FE
Complementary color
Monochromatic Colors of #6BD0FE
Black with #6BD0FE
Text Example
Text Example
White with #6BD0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD0FE; }
p { color: rgb(107,208,254); }
H1.HeaderClassName
{
color: #6BD0FE;
}
.AnyTagClassName
{
color: #6BD0FE;
}
</style>
background-color css
<style>
a { background-color: #6BD0FE; }
a { background-color: rgb(107,208,254); }
div.DivClassName
{
background-color: #6BD0FE;
}
.BgClassName
{
background-color: #6BD0FE;
}
</style>
border-color css
<style>
span { border-color: #6BD0FE; }
span { border-color: rgb(107,208,254); }
td.TdClassName
{
border-color: #6BD0FE;
}
.TagClassName
{
border-color: #6BD0FE;
}
</style>