Shades of Maya Blue #6BCAEF
Tints of Maya Blue #6BCAEF
RGB
CMYK
RGB Variations
Color information
#6BCAEF (or 0x6BCAEF) is known color: Maya Blue. HEX triplet: 6B, CA and EF. RGB value is (107,202,239). Sum of RGB (Red+Green+Blue) = 107+202+239=548 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.53% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BCAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCAEF is #943510. Grayscale: #B1B1B1. Windows color (decimal): -9712913 or 15714923. OLE color: 15714923.
HSL color Cylindrical-coordinate representation of color #6BCAEF: hue angle of 196.82º degrees, saturation: 0.8, 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 #6BCAEF is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 202 | 239 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.06 |
| HSL | 196.82º | 0.8% | 0.68% | - |
| HSV(B) | 196.82º | 0.55% | 0.94% | - |
| XYZ | 42.76 | 51.6 | 89.37 | - |
| YUV | 177.81 | 162.53 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 239 | 0.55 | 0.15 | 0 | 0.06 | 196.82 | 0.8 | 0.68 |
| Hex | 6B | CA | EF | 37 | F | 0 | 6 | C5 | 50 | 44 |
| Octal | 153 | 312 | 357 | 67 | 17 | 0 | 6 | 305 | 120 | 104 |
| Binary | 1101011 | 11001010 | 11101111 | 110111 | 1111 | 0 | 110 | 11000101 | 1010000 | 1000100 |
Color Harmonies of #6BCAEF
Complementary color
Monochromatic Colors of #6BCAEF
Black with #6BCAEF
Text Example
Text Example
White with #6BCAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCAEF; }
p { color: rgb(107,202,239); }
H1.HeaderClassName
{
color: #6BCAEF;
}
.AnyTagClassName
{
color: #6BCAEF;
}
</style>
background-color css
<style>
a { background-color: #6BCAEF; }
a { background-color: rgb(107,202,239); }
div.DivClassName
{
background-color: #6BCAEF;
}
.BgClassName
{
background-color: #6BCAEF;
}
</style>
border-color css
<style>
span { border-color: #6BCAEF; }
span { border-color: rgb(107,202,239); }
td.TdClassName
{
border-color: #6BCAEF;
}
.TagClassName
{
border-color: #6BCAEF;
}
</style>