Shades of Maya Blue #6FB2FE
Tints of Maya Blue #6FB2FE
RGB
CMYK
RGB Variations
Color information
#6FB2FE (or 0x6FB2FE) is known color: Maya Blue. HEX triplet: 6F, B2 and FE. RGB value is (111,178,254). Sum of RGB (Red+Green+Blue) = 111+178+254=543 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.44% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FB2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FB2FE is #904D01. Grayscale: #A6A6A6. Windows color (decimal): -9456898 or 16691823. OLE color: 16691823.
HSL color Cylindrical-coordinate representation of color #6FB2FE: hue angle of 211.89º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FB2FE is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 178 | 254 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.00 |
| HSL | 211.89º | 0.99% | 0.72% | - |
| HSV(B) | 211.89º | 0.56% | 1% | - |
| XYZ | 40.37 | 42.38 | 99.82 | - |
| YUV | 166.63 | 177.3 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 254 | 0.56 | 0.30 | 0 | 0.00 | 211.89 | 0.99 | 0.72 |
| Hex | 6F | B2 | FE | 38 | 1E | 0 | 0 | D4 | 63 | 48 |
| Octal | 157 | 262 | 376 | 70 | 36 | 0 | 0 | 324 | 143 | 110 |
| Binary | 1101111 | 10110010 | 11111110 | 111000 | 11110 | 0 | 0 | 11010100 | 1100011 | 1001000 |
Color Harmonies of #6FB2FE
Complementary color
Monochromatic Colors of #6FB2FE
Black with #6FB2FE
Text Example
Text Example
White with #6FB2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB2FE; }
p { color: rgb(111,178,254); }
H1.HeaderClassName
{
color: #6FB2FE;
}
.AnyTagClassName
{
color: #6FB2FE;
}
</style>
background-color css
<style>
a { background-color: #6FB2FE; }
a { background-color: rgb(111,178,254); }
div.DivClassName
{
background-color: #6FB2FE;
}
.BgClassName
{
background-color: #6FB2FE;
}
</style>
border-color css
<style>
span { border-color: #6FB2FE; }
span { border-color: rgb(111,178,254); }
td.TdClassName
{
border-color: #6FB2FE;
}
.TagClassName
{
border-color: #6FB2FE;
}
</style>