Shades of Maya Blue #6DBFEF
Tints of Maya Blue #6DBFEF
RGB
CMYK
RGB Variations
Color information
#6DBFEF (or 0x6DBFEF) is known color: Maya Blue. HEX triplet: 6D, BF and EF. RGB value is (109,191,239). Sum of RGB (Red+Green+Blue) = 109+191+239=539 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.22% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DBFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBFEF is #924010. Grayscale: #ABABAB. Windows color (decimal): -9584657 or 15712109. OLE color: 15712109.
HSL color Cylindrical-coordinate representation of color #6DBFEF: hue angle of 202.15º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DBFEF is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 191 | 239 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.06 |
| HSL | 202.15º | 0.8% | 0.68% | - |
| HSV(B) | 202.15º | 0.54% | 0.94% | - |
| XYZ | 40.52 | 46.74 | 88.55 | - |
| YUV | 171.95 | 165.83 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 239 | 0.54 | 0.20 | 0 | 0.06 | 202.15 | 0.8 | 0.68 |
| Hex | 6D | BF | EF | 36 | 14 | 0 | 6 | CA | 50 | 44 |
| Octal | 155 | 277 | 357 | 66 | 24 | 0 | 6 | 312 | 120 | 104 |
| Binary | 1101101 | 10111111 | 11101111 | 110110 | 10100 | 0 | 110 | 11001010 | 1010000 | 1000100 |
Color Harmonies of #6DBFEF
Complementary color
Monochromatic Colors of #6DBFEF
Black with #6DBFEF
Text Example
Text Example
White with #6DBFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBFEF; }
p { color: rgb(109,191,239); }
H1.HeaderClassName
{
color: #6DBFEF;
}
.AnyTagClassName
{
color: #6DBFEF;
}
</style>
background-color css
<style>
a { background-color: #6DBFEF; }
a { background-color: rgb(109,191,239); }
div.DivClassName
{
background-color: #6DBFEF;
}
.BgClassName
{
background-color: #6DBFEF;
}
</style>
border-color css
<style>
span { border-color: #6DBFEF; }
span { border-color: rgb(109,191,239); }
td.TdClassName
{
border-color: #6DBFEF;
}
.TagClassName
{
border-color: #6DBFEF;
}
</style>