Shades of Maya Blue #6BBDEF
Tints of Maya Blue #6BBDEF
RGB
CMYK
RGB Variations
Color information
#6BBDEF (or 0x6BBDEF) is known color: Maya Blue. HEX triplet: 6B, BD and EF. RGB value is (107,189,239). Sum of RGB (Red+Green+Blue) = 107+189+239=535 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BBDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBDEF is #944210. Grayscale: #A9A9A9. Windows color (decimal): -9716241 or 15711595. OLE color: 15711595.
HSL color Cylindrical-coordinate representation of color #6BBDEF: hue angle of 202.73º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BBDEF is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 189 | 239 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.06 |
| HSL | 202.73º | 0.8% | 0.68% | - |
| HSV(B) | 202.73º | 0.55% | 0.94% | - |
| XYZ | 39.84 | 45.75 | 88.39 | - |
| YUV | 170.18 | 166.83 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 189 | 239 | 0.55 | 0.21 | 0 | 0.06 | 202.73 | 0.8 | 0.68 |
| Hex | 6B | BD | EF | 37 | 15 | 0 | 6 | CB | 50 | 44 |
| Octal | 153 | 275 | 357 | 67 | 25 | 0 | 6 | 313 | 120 | 104 |
| Binary | 1101011 | 10111101 | 11101111 | 110111 | 10101 | 0 | 110 | 11001011 | 1010000 | 1000100 |
Color Harmonies of #6BBDEF
Complementary color
Monochromatic Colors of #6BBDEF
Black with #6BBDEF
Text Example
Text Example
White with #6BBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBDEF; }
p { color: rgb(107,189,239); }
H1.HeaderClassName
{
color: #6BBDEF;
}
.AnyTagClassName
{
color: #6BBDEF;
}
</style>
background-color css
<style>
a { background-color: #6BBDEF; }
a { background-color: rgb(107,189,239); }
div.DivClassName
{
background-color: #6BBDEF;
}
.BgClassName
{
background-color: #6BBDEF;
}
</style>
border-color css
<style>
span { border-color: #6BBDEF; }
span { border-color: rgb(107,189,239); }
td.TdClassName
{
border-color: #6BBDEF;
}
.TagClassName
{
border-color: #6BBDEF;
}
</style>