Shades of Maya Blue #6BBDFC
Tints of Maya Blue #6BBDFC
RGB
CMYK
RGB Variations
Color information
#6BBDFC (or 0x6BBDFC) is known color: Maya Blue. HEX triplet: 6B, BD and FC. RGB value is (107,189,252). Sum of RGB (Red+Green+Blue) = 107+189+252=548 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.53% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BBDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBDFC is #944203. Grayscale: #ABABAB. Windows color (decimal): -9716228 or 16563563. OLE color: 16563563.
HSL color Cylindrical-coordinate representation of color #6BBDFC: hue angle of 206.07º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BBDFC is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 189 | 252 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.01 |
| HSL | 206.07º | 0.96% | 0.7% | - |
| HSV(B) | 206.07º | 0.58% | 0.99% | - |
| XYZ | 41.83 | 46.55 | 98.88 | - |
| YUV | 171.66 | 173.33 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 189 | 252 | 0.58 | 0.25 | 0 | 0.01 | 206.07 | 0.96 | 0.7 |
| Hex | 6B | BD | FC | 3A | 19 | 0 | 1 | CE | 60 | 46 |
| Octal | 153 | 275 | 374 | 72 | 31 | 0 | 1 | 316 | 140 | 106 |
| Binary | 1101011 | 10111101 | 11111100 | 111010 | 11001 | 0 | 1 | 11001110 | 1100000 | 1000110 |
Color Harmonies of #6BBDFC
Complementary color
Monochromatic Colors of #6BBDFC
Black with #6BBDFC
Text Example
Text Example
White with #6BBDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBDFC; }
p { color: rgb(107,189,252); }
H1.HeaderClassName
{
color: #6BBDFC;
}
.AnyTagClassName
{
color: #6BBDFC;
}
</style>
background-color css
<style>
a { background-color: #6BBDFC; }
a { background-color: rgb(107,189,252); }
div.DivClassName
{
background-color: #6BBDFC;
}
.BgClassName
{
background-color: #6BBDFC;
}
</style>
border-color css
<style>
span { border-color: #6BBDFC; }
span { border-color: rgb(107,189,252); }
td.TdClassName
{
border-color: #6BBDFC;
}
.TagClassName
{
border-color: #6BBDFC;
}
</style>