Shades of Maya Blue #6BBDFF
Tints of Maya Blue #6BBDFF
RGB
CMYK
RGB Variations
Color information
#6BBDFF (or 0x6BBDFF) is known color: Maya Blue. HEX triplet: 6B, BD and FF. RGB value is (107,189,255). Sum of RGB (Red+Green+Blue) = 107+189+255=551 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.42% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BBDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBDFF is #944200. Grayscale: #ABABAB. Windows color (decimal): -9716225 or 16760171. OLE color: 16760171.
HSL color Cylindrical-coordinate representation of color #6BBDFF: hue angle of 206.76º 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 #6BBDFF is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 189 | 255 | - |
| CMYK | 0.58 | 0.26 | 0 | 0 |
| HSL | 206.76º | 1% | 0.71% | - |
| HSV(B) | 206.76º | 0.58% | 1% | - |
| XYZ | 42.31 | 46.74 | 101.4 | - |
| YUV | 172.01 | 174.83 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 189 | 255 | 0.58 | 0.26 | 0 | 0 | 206.76 | 1 | 0.71 |
| Hex | 6B | BD | FF | 3A | 1A | 0 | 0 | CF | 64 | 47 |
| Octal | 153 | 275 | 377 | 72 | 32 | 0 | 0 | 317 | 144 | 107 |
| Binary | 1101011 | 10111101 | 11111111 | 111010 | 11010 | 0 | 0 | 11001111 | 1100100 | 1000111 |
Color Harmonies of #6BBDFF
Complementary color
Monochromatic Colors of #6BBDFF
Black with #6BBDFF
Text Example
Text Example
White with #6BBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBDFF; }
p { color: rgb(107,189,255); }
H1.HeaderClassName
{
color: #6BBDFF;
}
.AnyTagClassName
{
color: #6BBDFF;
}
</style>
background-color css
<style>
a { background-color: #6BBDFF; }
a { background-color: rgb(107,189,255); }
div.DivClassName
{
background-color: #6BBDFF;
}
.BgClassName
{
background-color: #6BBDFF;
}
</style>
border-color css
<style>
span { border-color: #6BBDFF; }
span { border-color: rgb(107,189,255); }
td.TdClassName
{
border-color: #6BBDFF;
}
.TagClassName
{
border-color: #6BBDFF;
}
</style>