Shades of Chetwode Blue #6973CC
Tints of Chetwode Blue #6973CC
RGB
CMYK
RGB Variations
Color information
#6973CC (or 0x6973CC) is known color: Chetwode Blue. HEX triplet: 69, 73 and CC. RGB value is (105,115,204). Sum of RGB (Red+Green+Blue) = 105+115+204=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #6973CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6973CC is #968C33. Grayscale: #797979. Windows color (decimal): -9866292 or 13398889. OLE color: 13398889.
HSL color Cylindrical-coordinate representation of color #6973CC: hue angle of 233.94º 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 #6973CC is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 115 | 204 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.2 |
| HSL | 233.94º | 0.49% | 0.61% | - |
| HSV(B) | 233.94º | 0.49% | 0.8% | - |
| XYZ | 22.86 | 19.62 | 59.71 | - |
| YUV | 122.16 | 174.19 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 115 | 204 | 0.49 | 0.44 | 0 | 0.2 | 233.94 | 0.49 | 0.61 |
| Hex | 69 | 73 | CC | 31 | 2C | 0 | 14 | EA | 31 | 3D |
| Octal | 151 | 163 | 314 | 61 | 54 | 0 | 24 | 352 | 61 | 75 |
| Binary | 1101001 | 1110011 | 11001100 | 110001 | 101100 | 0 | 10100 | 11101010 | 110001 | 111101 |
Color Harmonies of #6973CC
Complementary color
Monochromatic Colors of #6973CC
Black with #6973CC
Text Example
Text Example
White with #6973CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6973CC; }
p { color: rgb(105,115,204); }
H1.HeaderClassName
{
color: #6973CC;
}
.AnyTagClassName
{
color: #6973CC;
}
</style>
background-color css
<style>
a { background-color: #6973CC; }
a { background-color: rgb(105,115,204); }
div.DivClassName
{
background-color: #6973CC;
}
.BgClassName
{
background-color: #6973CC;
}
</style>
border-color css
<style>
span { border-color: #6973CC; }
span { border-color: rgb(105,115,204); }
td.TdClassName
{
border-color: #6973CC;
}
.TagClassName
{
border-color: #6973CC;
}
</style>