Shades of Chetwode Blue #6C76CE
Tints of Chetwode Blue #6C76CE
RGB
CMYK
RGB Variations
Color information
#6C76CE (or 0x6C76CE) is known color: Chetwode Blue. HEX triplet: 6C, 76 and CE. RGB value is (108,118,206). Sum of RGB (Red+Green+Blue) = 108+118+206=432 (57% of max value = 765). Red value is 108 (42.58% from 255 or 25% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C76CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C76CE is #938931. Grayscale: #7C7C7C. Windows color (decimal): -9668914 or 13530732. OLE color: 13530732.
HSL color Cylindrical-coordinate representation of color #6C76CE: hue angle of 233.88º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C76CE is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 118 | 206 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.19 |
| HSL | 233.88º | 0.5% | 0.62% | - |
| HSV(B) | 233.88º | 0.48% | 0.81% | - |
| XYZ | 23.8 | 20.6 | 61.11 | - |
| YUV | 125.04 | 173.69 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 118 | 206 | 0.48 | 0.43 | 0 | 0.19 | 233.88 | 0.5 | 0.62 |
| Hex | 6C | 76 | CE | 30 | 2B | 0 | 13 | EA | 32 | 3E |
| Octal | 154 | 166 | 316 | 60 | 53 | 0 | 23 | 352 | 62 | 76 |
| Binary | 1101100 | 1110110 | 11001110 | 110000 | 101011 | 0 | 10011 | 11101010 | 110010 | 111110 |
Color Harmonies of #6C76CE
Complementary color
Monochromatic Colors of #6C76CE
Black with #6C76CE
Text Example
Text Example
White with #6C76CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C76CE; }
p { color: rgb(108,118,206); }
H1.HeaderClassName
{
color: #6C76CE;
}
.AnyTagClassName
{
color: #6C76CE;
}
</style>
background-color css
<style>
a { background-color: #6C76CE; }
a { background-color: rgb(108,118,206); }
div.DivClassName
{
background-color: #6C76CE;
}
.BgClassName
{
background-color: #6C76CE;
}
</style>
border-color css
<style>
span { border-color: #6C76CE; }
span { border-color: rgb(108,118,206); }
td.TdClassName
{
border-color: #6C76CE;
}
.TagClassName
{
border-color: #6C76CE;
}
</style>