Shades of Chetwode Blue #6972CC
Tints of Chetwode Blue #6972CC
RGB
CMYK
RGB Variations
Color information
#6972CC (or 0x6972CC) is known color: Chetwode Blue. HEX triplet: 69, 72 and CC. RGB value is (105,114,204). Sum of RGB (Red+Green+Blue) = 105+114+204=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #6972CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6972CC is #968D33. Grayscale: #797979. Windows color (decimal): -9866548 or 13398633. OLE color: 13398633.
HSL color Cylindrical-coordinate representation of color #6972CC: hue angle of 234.55º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6972CC is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 114 | 204 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.2 |
| HSL | 234.55º | 0.49% | 0.61% | - |
| HSV(B) | 234.55º | 0.49% | 0.8% | - |
| XYZ | 22.74 | 19.4 | 59.67 | - |
| YUV | 121.57 | 174.52 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 204 | 0.49 | 0.44 | 0 | 0.2 | 234.55 | 0.49 | 0.61 |
| Hex | 69 | 72 | CC | 31 | 2C | 0 | 14 | EB | 31 | 3D |
| Octal | 151 | 162 | 314 | 61 | 54 | 0 | 24 | 353 | 61 | 75 |
| Binary | 1101001 | 1110010 | 11001100 | 110001 | 101100 | 0 | 10100 | 11101011 | 110001 | 111101 |
Color Harmonies of #6972CC
Complementary color
Monochromatic Colors of #6972CC
Black with #6972CC
Text Example
Text Example
White with #6972CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6972CC; }
p { color: rgb(105,114,204); }
H1.HeaderClassName
{
color: #6972CC;
}
.AnyTagClassName
{
color: #6972CC;
}
</style>
background-color css
<style>
a { background-color: #6972CC; }
a { background-color: rgb(105,114,204); }
div.DivClassName
{
background-color: #6972CC;
}
.BgClassName
{
background-color: #6972CC;
}
</style>
border-color css
<style>
span { border-color: #6972CC; }
span { border-color: rgb(105,114,204); }
td.TdClassName
{
border-color: #6972CC;
}
.TagClassName
{
border-color: #6972CC;
}
</style>