Shades of Chetwode Blue #6C72CE
Tints of Chetwode Blue #6C72CE
RGB
CMYK
RGB Variations
Color information
#6C72CE (or 0x6C72CE) is known color: Chetwode Blue. HEX triplet: 6C, 72 and CE. RGB value is (108,114,206). Sum of RGB (Red+Green+Blue) = 108+114+206=428 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.23% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C72CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C72CE is #938D31. Grayscale: #7A7A7A. Windows color (decimal): -9669938 or 13529708. OLE color: 13529708.
HSL color Cylindrical-coordinate representation of color #6C72CE: hue angle of 236.33º 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 #6C72CE is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 114 | 206 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.19 |
| HSL | 236.33º | 0.5% | 0.62% | - |
| HSV(B) | 236.33º | 0.48% | 0.81% | - |
| XYZ | 23.34 | 19.68 | 60.96 | - |
| YUV | 122.69 | 175.01 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 114 | 206 | 0.48 | 0.45 | 0 | 0.19 | 236.33 | 0.5 | 0.62 |
| Hex | 6C | 72 | CE | 30 | 2D | 0 | 13 | EC | 32 | 3E |
| Octal | 154 | 162 | 316 | 60 | 55 | 0 | 23 | 354 | 62 | 76 |
| Binary | 1101100 | 1110010 | 11001110 | 110000 | 101101 | 0 | 10011 | 11101100 | 110010 | 111110 |
Color Harmonies of #6C72CE
Complementary color
Monochromatic Colors of #6C72CE
Black with #6C72CE
Text Example
Text Example
White with #6C72CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C72CE; }
p { color: rgb(108,114,206); }
H1.HeaderClassName
{
color: #6C72CE;
}
.AnyTagClassName
{
color: #6C72CE;
}
</style>
background-color css
<style>
a { background-color: #6C72CE; }
a { background-color: rgb(108,114,206); }
div.DivClassName
{
background-color: #6C72CE;
}
.BgClassName
{
background-color: #6C72CE;
}
</style>
border-color css
<style>
span { border-color: #6C72CE; }
span { border-color: rgb(108,114,206); }
td.TdClassName
{
border-color: #6C72CE;
}
.TagClassName
{
border-color: #6C72CE;
}
</style>