Shades of Maya Blue #6BBEEF
Tints of Maya Blue #6BBEEF
RGB
CMYK
RGB Variations
Color information
#6BBEEF (or 0x6BBEEF) is known color: Maya Blue. HEX triplet: 6B, BE and EF. RGB value is (107,190,239). Sum of RGB (Red+Green+Blue) = 107+190+239=536 (70% of max value = 765). Red value is 107 (42.19% from 255 or 19.96% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BBEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBEEF is #944110. Grayscale: #AAAAAA. Windows color (decimal): -9715985 or 15711851. OLE color: 15711851.
HSL color Cylindrical-coordinate representation of color #6BBEEF: hue angle of 202.27º 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 #6BBEEF is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 190 | 239 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.06 |
| HSL | 202.27º | 0.8% | 0.68% | - |
| HSV(B) | 202.27º | 0.55% | 0.94% | - |
| XYZ | 40.06 | 46.18 | 88.46 | - |
| YUV | 170.77 | 166.5 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 190 | 239 | 0.55 | 0.21 | 0 | 0.06 | 202.27 | 0.8 | 0.68 |
| Hex | 6B | BE | EF | 37 | 15 | 0 | 6 | CA | 50 | 44 |
| Octal | 153 | 276 | 357 | 67 | 25 | 0 | 6 | 312 | 120 | 104 |
| Binary | 1101011 | 10111110 | 11101111 | 110111 | 10101 | 0 | 110 | 11001010 | 1010000 | 1000100 |
Color Harmonies of #6BBEEF
Complementary color
Monochromatic Colors of #6BBEEF
Black with #6BBEEF
Text Example
Text Example
White with #6BBEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBEEF; }
p { color: rgb(107,190,239); }
H1.HeaderClassName
{
color: #6BBEEF;
}
.AnyTagClassName
{
color: #6BBEEF;
}
</style>
background-color css
<style>
a { background-color: #6BBEEF; }
a { background-color: rgb(107,190,239); }
div.DivClassName
{
background-color: #6BBEEF;
}
.BgClassName
{
background-color: #6BBEEF;
}
</style>
border-color css
<style>
span { border-color: #6BBEEF; }
span { border-color: rgb(107,190,239); }
td.TdClassName
{
border-color: #6BBEEF;
}
.TagClassName
{
border-color: #6BBEEF;
}
</style>