Shades of Chetwode Blue #6975CB
Tints of Chetwode Blue #6975CB
RGB
CMYK
RGB Variations
Color information
#6975CB (or 0x6975CB) is known color: Chetwode Blue. HEX triplet: 69, 75 and CB. RGB value is (105,117,203). Sum of RGB (Red+Green+Blue) = 105+117+203=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #6975CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6975CB is #968A34. Grayscale: #7A7A7A. Windows color (decimal): -9865781 or 13333865. OLE color: 13333865.
HSL color Cylindrical-coordinate representation of color #6975CB: hue angle of 232.65º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6975CB is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 117 | 203 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.20 |
| HSL | 232.65º | 0.49% | 0.6% | - |
| HSV(B) | 232.65º | 0.48% | 0.8% | - |
| XYZ | 22.97 | 20.04 | 59.16 | - |
| YUV | 123.22 | 173.02 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 203 | 0.48 | 0.42 | 0 | 0.20 | 232.65 | 0.49 | 0.6 |
| Hex | 69 | 75 | CB | 30 | 2A | 0 | 14 | E9 | 31 | 3C |
| Octal | 151 | 165 | 313 | 60 | 52 | 0 | 24 | 351 | 61 | 74 |
| Binary | 1101001 | 1110101 | 11001011 | 110000 | 101010 | 0 | 10100 | 11101001 | 110001 | 111100 |
Color Harmonies of #6975CB
Complementary color
Monochromatic Colors of #6975CB
Black with #6975CB
Text Example
Text Example
White with #6975CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6975CB; }
p { color: rgb(105,117,203); }
H1.HeaderClassName
{
color: #6975CB;
}
.AnyTagClassName
{
color: #6975CB;
}
</style>
background-color css
<style>
a { background-color: #6975CB; }
a { background-color: rgb(105,117,203); }
div.DivClassName
{
background-color: #6975CB;
}
.BgClassName
{
background-color: #6975CB;
}
</style>
border-color css
<style>
span { border-color: #6975CB; }
span { border-color: rgb(105,117,203); }
td.TdClassName
{
border-color: #6975CB;
}
.TagClassName
{
border-color: #6975CB;
}
</style>