Shades of Maya Blue #6BB5FF
Tints of Maya Blue #6BB5FF
RGB
CMYK
RGB Variations
Color information
#6BB5FF (or 0x6BB5FF) is known color: Maya Blue. HEX triplet: 6B, B5 and FF. RGB value is (107,181,255). Sum of RGB (Red+Green+Blue) = 107+181+255=543 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.71% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BB5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BB5FF is #944A00. Grayscale: #A6A6A6. Windows color (decimal): -9718273 or 16758123. OLE color: 16758123.
HSL color Cylindrical-coordinate representation of color #6BB5FF: hue angle of 210º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BB5FF is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 181 | 255 | - |
| CMYK | 0.58 | 0.29 | 0 | 0 |
| HSL | 210º | 1% | 0.71% | - |
| HSV(B) | 210º | 0.58% | 1% | - |
| XYZ | 40.64 | 43.39 | 100.84 | - |
| YUV | 167.31 | 177.48 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 181 | 255 | 0.58 | 0.29 | 0 | 0 | 210 | 1 | 0.71 |
| Hex | 6B | B5 | FF | 3A | 1D | 0 | 0 | D2 | 64 | 47 |
| Octal | 153 | 265 | 377 | 72 | 35 | 0 | 0 | 322 | 144 | 107 |
| Binary | 1101011 | 10110101 | 11111111 | 111010 | 11101 | 0 | 0 | 11010010 | 1100100 | 1000111 |
Color Harmonies of #6BB5FF
Complementary color
Monochromatic Colors of #6BB5FF
Black with #6BB5FF
Text Example
Text Example
White with #6BB5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB5FF; }
p { color: rgb(107,181,255); }
H1.HeaderClassName
{
color: #6BB5FF;
}
.AnyTagClassName
{
color: #6BB5FF;
}
</style>
background-color css
<style>
a { background-color: #6BB5FF; }
a { background-color: rgb(107,181,255); }
div.DivClassName
{
background-color: #6BB5FF;
}
.BgClassName
{
background-color: #6BB5FF;
}
</style>
border-color css
<style>
span { border-color: #6BB5FF; }
span { border-color: rgb(107,181,255); }
td.TdClassName
{
border-color: #6BB5FF;
}
.TagClassName
{
border-color: #6BB5FF;
}
</style>