Shades of Maya Blue #6FB1F2
Tints of Maya Blue #6FB1F2
RGB
CMYK
RGB Variations
Color information
#6FB1F2 (or 0x6FB1F2) is known color: Maya Blue. HEX triplet: 6F, B1 and F2. RGB value is (111,177,242). Sum of RGB (Red+Green+Blue) = 111+177+242=530 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.94% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #6FB1F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FB1F2 is #904E0D. Grayscale: #A4A4A4. Windows color (decimal): -9457166 or 15905135. OLE color: 15905135.
HSL color Cylindrical-coordinate representation of color #6FB1F2: hue angle of 209.77º 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 #6FB1F2 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 177 | 242 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.05 |
| HSL | 209.77º | 0.83% | 0.69% | - |
| HSV(B) | 209.77º | 0.54% | 0.95% | - |
| XYZ | 38.3 | 41.23 | 89.94 | - |
| YUV | 164.68 | 171.63 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 177 | 242 | 0.54 | 0.27 | 0 | 0.05 | 209.77 | 0.83 | 0.69 |
| Hex | 6F | B1 | F2 | 36 | 1B | 0 | 5 | D2 | 53 | 45 |
| Octal | 157 | 261 | 362 | 66 | 33 | 0 | 5 | 322 | 123 | 105 |
| Binary | 1101111 | 10110001 | 11110010 | 110110 | 11011 | 0 | 101 | 11010010 | 1010011 | 1000101 |
Color Harmonies of #6FB1F2
Complementary color
Monochromatic Colors of #6FB1F2
Black with #6FB1F2
Text Example
Text Example
White with #6FB1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB1F2; }
p { color: rgb(111,177,242); }
H1.HeaderClassName
{
color: #6FB1F2;
}
.AnyTagClassName
{
color: #6FB1F2;
}
</style>
background-color css
<style>
a { background-color: #6FB1F2; }
a { background-color: rgb(111,177,242); }
div.DivClassName
{
background-color: #6FB1F2;
}
.BgClassName
{
background-color: #6FB1F2;
}
</style>
border-color css
<style>
span { border-color: #6FB1F2; }
span { border-color: rgb(111,177,242); }
td.TdClassName
{
border-color: #6FB1F2;
}
.TagClassName
{
border-color: #6FB1F2;
}
</style>