Shades of Maya Blue #6CBFF1
Tints of Maya Blue #6CBFF1
RGB
CMYK
RGB Variations
Color information
#6CBFF1 (or 0x6CBFF1) is known color: Maya Blue. HEX triplet: 6C, BF and F1. RGB value is (108,191,241). Sum of RGB (Red+Green+Blue) = 108+191+241=540 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #6CBFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBFF1 is #93400E. Grayscale: #ABABAB. Windows color (decimal): -9650191 or 15843180. OLE color: 15843180.
HSL color Cylindrical-coordinate representation of color #6CBFF1: hue angle of 202.56º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CBFF1 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 191 | 241 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.05 |
| HSL | 202.56º | 0.83% | 0.68% | - |
| HSV(B) | 202.56º | 0.55% | 0.95% | - |
| XYZ | 40.69 | 46.8 | 90.11 | - |
| YUV | 171.88 | 167 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 191 | 241 | 0.55 | 0.21 | 0 | 0.05 | 202.56 | 0.83 | 0.68 |
| Hex | 6C | BF | F1 | 37 | 15 | 0 | 5 | CB | 53 | 44 |
| Octal | 154 | 277 | 361 | 67 | 25 | 0 | 5 | 313 | 123 | 104 |
| Binary | 1101100 | 10111111 | 11110001 | 110111 | 10101 | 0 | 101 | 11001011 | 1010011 | 1000100 |
Color Harmonies of #6CBFF1
Complementary color
Monochromatic Colors of #6CBFF1
Black with #6CBFF1
Text Example
Text Example
White with #6CBFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBFF1; }
p { color: rgb(108,191,241); }
H1.HeaderClassName
{
color: #6CBFF1;
}
.AnyTagClassName
{
color: #6CBFF1;
}
</style>
background-color css
<style>
a { background-color: #6CBFF1; }
a { background-color: rgb(108,191,241); }
div.DivClassName
{
background-color: #6CBFF1;
}
.BgClassName
{
background-color: #6CBFF1;
}
</style>
border-color css
<style>
span { border-color: #6CBFF1; }
span { border-color: rgb(108,191,241); }
td.TdClassName
{
border-color: #6CBFF1;
}
.TagClassName
{
border-color: #6CBFF1;
}
</style>