Shades of Maya Blue #6CB2FC
Tints of Maya Blue #6CB2FC
RGB
CMYK
RGB Variations
Color information
#6CB2FC (or 0x6CB2FC) is known color: Maya Blue. HEX triplet: 6C, B2 and FC. RGB value is (108,178,252). Sum of RGB (Red+Green+Blue) = 108+178+252=538 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.07% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #6CB2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CB2FC is #934D03. Grayscale: #A5A5A5. Windows color (decimal): -9653508 or 16560748. OLE color: 16560748.
HSL color Cylindrical-coordinate representation of color #6CB2FC: hue angle of 210.83º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CB2FC is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 178 | 252 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.01 |
| HSL | 210.83º | 0.96% | 0.71% | - |
| HSV(B) | 210.83º | 0.57% | 0.99% | - |
| XYZ | 39.68 | 42.06 | 98.12 | - |
| YUV | 165.51 | 176.81 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 178 | 252 | 0.57 | 0.29 | 0 | 0.01 | 210.83 | 0.96 | 0.71 |
| Hex | 6C | B2 | FC | 39 | 1D | 0 | 1 | D3 | 60 | 47 |
| Octal | 154 | 262 | 374 | 71 | 35 | 0 | 1 | 323 | 140 | 107 |
| Binary | 1101100 | 10110010 | 11111100 | 111001 | 11101 | 0 | 1 | 11010011 | 1100000 | 1000111 |
Color Harmonies of #6CB2FC
Complementary color
Monochromatic Colors of #6CB2FC
Black with #6CB2FC
Text Example
Text Example
White with #6CB2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB2FC; }
p { color: rgb(108,178,252); }
H1.HeaderClassName
{
color: #6CB2FC;
}
.AnyTagClassName
{
color: #6CB2FC;
}
</style>
background-color css
<style>
a { background-color: #6CB2FC; }
a { background-color: rgb(108,178,252); }
div.DivClassName
{
background-color: #6CB2FC;
}
.BgClassName
{
background-color: #6CB2FC;
}
</style>
border-color css
<style>
span { border-color: #6CB2FC; }
span { border-color: rgb(108,178,252); }
td.TdClassName
{
border-color: #6CB2FC;
}
.TagClassName
{
border-color: #6CB2FC;
}
</style>