Shades of Maya Blue #6BBFF0
Tints of Maya Blue #6BBFF0
RGB
CMYK
RGB Variations
Color information
#6BBFF0 (or 0x6BBFF0) is known color: Maya Blue. HEX triplet: 6B, BF and F0. RGB value is (107,191,240). Sum of RGB (Red+Green+Blue) = 107+191+240=538 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.89% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #6BBFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBFF0 is #94400F. Grayscale: #ABABAB. Windows color (decimal): -9715728 or 15777643. OLE color: 15777643.
HSL color Cylindrical-coordinate representation of color #6BBFF0: hue angle of 202.11º degrees, saturation: 0.82, 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 #6BBFF0 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 191 | 240 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.06 |
| HSL | 202.11º | 0.82% | 0.68% | - |
| HSV(B) | 202.11º | 0.55% | 0.94% | - |
| XYZ | 40.42 | 46.68 | 89.32 | - |
| YUV | 171.47 | 166.67 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 191 | 240 | 0.55 | 0.20 | 0 | 0.06 | 202.11 | 0.82 | 0.68 |
| Hex | 6B | BF | F0 | 37 | 14 | 0 | 6 | CA | 52 | 44 |
| Octal | 153 | 277 | 360 | 67 | 24 | 0 | 6 | 312 | 122 | 104 |
| Binary | 1101011 | 10111111 | 11110000 | 110111 | 10100 | 0 | 110 | 11001010 | 1010010 | 1000100 |
Color Harmonies of #6BBFF0
Complementary color
Monochromatic Colors of #6BBFF0
Black with #6BBFF0
Text Example
Text Example
White with #6BBFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBFF0; }
p { color: rgb(107,191,240); }
H1.HeaderClassName
{
color: #6BBFF0;
}
.AnyTagClassName
{
color: #6BBFF0;
}
</style>
background-color css
<style>
a { background-color: #6BBFF0; }
a { background-color: rgb(107,191,240); }
div.DivClassName
{
background-color: #6BBFF0;
}
.BgClassName
{
background-color: #6BBFF0;
}
</style>
border-color css
<style>
span { border-color: #6BBFF0; }
span { border-color: rgb(107,191,240); }
td.TdClassName
{
border-color: #6BBFF0;
}
.TagClassName
{
border-color: #6BBFF0;
}
</style>