Shades of Maya Blue #6BCBFF
Tints of Maya Blue #6BCBFF
RGB
CMYK
RGB Variations
Color information
#6BCBFF (or 0x6BCBFF) is known color: Maya Blue. HEX triplet: 6B, CB and FF. RGB value is (107,203,255). Sum of RGB (Red+Green+Blue) = 107+203+255=565 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.94% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BCBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCBFF is #943400. Grayscale: #B3B3B3. Windows color (decimal): -9712641 or 16763755. OLE color: 16763755.
HSL color Cylindrical-coordinate representation of color #6BCBFF: hue angle of 201.08º 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 #6BCBFF is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 203 | 255 | - |
| CMYK | 0.58 | 0.20 | 0 | 0 |
| HSL | 201.08º | 1% | 0.71% | - |
| HSV(B) | 201.08º | 0.58% | 1% | - |
| XYZ | 45.47 | 53.06 | 102.45 | - |
| YUV | 180.22 | 170.2 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 255 | 0.58 | 0.20 | 0 | 0 | 201.08 | 1 | 0.71 |
| Hex | 6B | CB | FF | 3A | 14 | 0 | 0 | C9 | 64 | 47 |
| Octal | 153 | 313 | 377 | 72 | 24 | 0 | 0 | 311 | 144 | 107 |
| Binary | 1101011 | 11001011 | 11111111 | 111010 | 10100 | 0 | 0 | 11001001 | 1100100 | 1000111 |
Color Harmonies of #6BCBFF
Complementary color
Monochromatic Colors of #6BCBFF
Black with #6BCBFF
Text Example
Text Example
White with #6BCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCBFF; }
p { color: rgb(107,203,255); }
H1.HeaderClassName
{
color: #6BCBFF;
}
.AnyTagClassName
{
color: #6BCBFF;
}
</style>
background-color css
<style>
a { background-color: #6BCBFF; }
a { background-color: rgb(107,203,255); }
div.DivClassName
{
background-color: #6BCBFF;
}
.BgClassName
{
background-color: #6BCBFF;
}
</style>
border-color css
<style>
span { border-color: #6BCBFF; }
span { border-color: rgb(107,203,255); }
td.TdClassName
{
border-color: #6BCBFF;
}
.TagClassName
{
border-color: #6BCBFF;
}
</style>