Shades of Chetwode Blue #6975CC
Tints of Chetwode Blue #6975CC
RGB
CMYK
RGB Variations
Color information
#6975CC (or 0x6975CC) is known color: Chetwode Blue. HEX triplet: 69, 75 and CC. RGB value is (105,117,204). Sum of RGB (Red+Green+Blue) = 105+117+204=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #6975CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6975CC is #968A33. Grayscale: #7A7A7A. Windows color (decimal): -9865780 or 13399401. OLE color: 13399401.
HSL color Cylindrical-coordinate representation of color #6975CC: hue angle of 232.73º 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 #6975CC is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 117 | 204 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.2 |
| HSL | 232.73º | 0.49% | 0.61% | - |
| HSV(B) | 232.73º | 0.49% | 0.8% | - |
| XYZ | 23.09 | 20.09 | 59.79 | - |
| YUV | 123.33 | 173.52 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 204 | 0.49 | 0.43 | 0 | 0.2 | 232.73 | 0.49 | 0.61 |
| Hex | 69 | 75 | CC | 31 | 2B | 0 | 14 | E9 | 31 | 3D |
| Octal | 151 | 165 | 314 | 61 | 53 | 0 | 24 | 351 | 61 | 75 |
| Binary | 1101001 | 1110101 | 11001100 | 110001 | 101011 | 0 | 10100 | 11101001 | 110001 | 111101 |
Color Harmonies of #6975CC
Complementary color
Monochromatic Colors of #6975CC
Black with #6975CC
Text Example
Text Example
White with #6975CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6975CC; }
p { color: rgb(105,117,204); }
H1.HeaderClassName
{
color: #6975CC;
}
.AnyTagClassName
{
color: #6975CC;
}
</style>
background-color css
<style>
a { background-color: #6975CC; }
a { background-color: rgb(105,117,204); }
div.DivClassName
{
background-color: #6975CC;
}
.BgClassName
{
background-color: #6975CC;
}
</style>
border-color css
<style>
span { border-color: #6975CC; }
span { border-color: rgb(105,117,204); }
td.TdClassName
{
border-color: #6975CC;
}
.TagClassName
{
border-color: #6975CC;
}
</style>