Shades of Maya Blue #6FB8F2
Tints of Maya Blue #6FB8F2
RGB
CMYK
RGB Variations
Color information
#6FB8F2 (or 0x6FB8F2) is known color: Maya Blue. HEX triplet: 6F, B8 and F2. RGB value is (111,184,242). Sum of RGB (Red+Green+Blue) = 111+184+242=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #6FB8F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB8F2 is #90470D. Grayscale: #A8A8A8. Windows color (decimal): -9455374 or 15906927. OLE color: 15906927.
HSL color Cylindrical-coordinate representation of color #6FB8F2: hue angle of 206.56º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FB8F2 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 184 | 242 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.05 |
| HSL | 206.56º | 0.83% | 0.69% | - |
| HSV(B) | 206.56º | 0.54% | 0.95% | - |
| XYZ | 39.72 | 44.07 | 90.42 | - |
| YUV | 168.79 | 169.32 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 184 | 242 | 0.54 | 0.24 | 0 | 0.05 | 206.56 | 0.83 | 0.69 |
| Hex | 6F | B8 | F2 | 36 | 18 | 0 | 5 | CF | 53 | 45 |
| Octal | 157 | 270 | 362 | 66 | 30 | 0 | 5 | 317 | 123 | 105 |
| Binary | 1101111 | 10111000 | 11110010 | 110110 | 11000 | 0 | 101 | 11001111 | 1010011 | 1000101 |
Color Harmonies of #6FB8F2
Complementary color
Monochromatic Colors of #6FB8F2
Black with #6FB8F2
Text Example
Text Example
White with #6FB8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB8F2; }
p { color: rgb(111,184,242); }
H1.HeaderClassName
{
color: #6FB8F2;
}
.AnyTagClassName
{
color: #6FB8F2;
}
</style>
background-color css
<style>
a { background-color: #6FB8F2; }
a { background-color: rgb(111,184,242); }
div.DivClassName
{
background-color: #6FB8F2;
}
.BgClassName
{
background-color: #6FB8F2;
}
</style>
border-color css
<style>
span { border-color: #6FB8F2; }
span { border-color: rgb(111,184,242); }
td.TdClassName
{
border-color: #6FB8F2;
}
.TagClassName
{
border-color: #6FB8F2;
}
</style>