Shades of Chetwode Blue #6976CC
Tints of Chetwode Blue #6976CC
RGB
CMYK
RGB Variations
Color information
#6976CC (or 0x6976CC) is known color: Chetwode Blue. HEX triplet: 69, 76 and CC. RGB value is (105,118,204). Sum of RGB (Red+Green+Blue) = 105+118+204=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #6976CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6976CC is #968933. Grayscale: #7B7B7B. Windows color (decimal): -9865524 or 13399657. OLE color: 13399657.
HSL color Cylindrical-coordinate representation of color #6976CC: hue angle of 232.12º 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 #6976CC is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 118 | 204 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.2 |
| HSL | 232.12º | 0.49% | 0.61% | - |
| HSV(B) | 232.12º | 0.49% | 0.8% | - |
| XYZ | 23.2 | 20.32 | 59.83 | - |
| YUV | 123.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 118 | 204 | 0.49 | 0.42 | 0 | 0.2 | 232.12 | 0.49 | 0.61 |
| Hex | 69 | 76 | CC | 31 | 2A | 0 | 14 | E8 | 31 | 3D |
| Octal | 151 | 166 | 314 | 61 | 52 | 0 | 24 | 350 | 61 | 75 |
| Binary | 1101001 | 1110110 | 11001100 | 110001 | 101010 | 0 | 10100 | 11101000 | 110001 | 111101 |
Color Harmonies of #6976CC
Complementary color
Monochromatic Colors of #6976CC
Black with #6976CC
Text Example
Text Example
White with #6976CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6976CC; }
p { color: rgb(105,118,204); }
H1.HeaderClassName
{
color: #6976CC;
}
.AnyTagClassName
{
color: #6976CC;
}
</style>
background-color css
<style>
a { background-color: #6976CC; }
a { background-color: rgb(105,118,204); }
div.DivClassName
{
background-color: #6976CC;
}
.BgClassName
{
background-color: #6976CC;
}
</style>
border-color css
<style>
span { border-color: #6976CC; }
span { border-color: rgb(105,118,204); }
td.TdClassName
{
border-color: #6976CC;
}
.TagClassName
{
border-color: #6976CC;
}
</style>