Shades of Chetwode Blue #6975CA
Tints of Chetwode Blue #6975CA
RGB
CMYK
RGB Variations
Color information
#6975CA (or 0x6975CA) is known color: Chetwode Blue. HEX triplet: 69, 75 and CA. RGB value is (105,117,202). Sum of RGB (Red+Green+Blue) = 105+117+202=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #6975CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6975CA is #968A35. Grayscale: #7A7A7A. Windows color (decimal): -9865782 or 13268329. OLE color: 13268329.
HSL color Cylindrical-coordinate representation of color #6975CA: hue angle of 232.58º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6975CA is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 117 | 202 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.21 |
| HSL | 232.58º | 0.48% | 0.6% | - |
| HSV(B) | 232.58º | 0.48% | 0.79% | - |
| XYZ | 22.85 | 19.99 | 58.53 | - |
| YUV | 123.1 | 172.52 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 202 | 0.48 | 0.42 | 0 | 0.21 | 232.58 | 0.48 | 0.6 |
| Hex | 69 | 75 | CA | 30 | 2A | 0 | 15 | E9 | 30 | 3C |
| Octal | 151 | 165 | 312 | 60 | 52 | 0 | 25 | 351 | 60 | 74 |
| Binary | 1101001 | 1110101 | 11001010 | 110000 | 101010 | 0 | 10101 | 11101001 | 110000 | 111100 |
Color Harmonies of #6975CA
Complementary color
Monochromatic Colors of #6975CA
Black with #6975CA
Text Example
Text Example
White with #6975CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6975CA; }
p { color: rgb(105,117,202); }
H1.HeaderClassName
{
color: #6975CA;
}
.AnyTagClassName
{
color: #6975CA;
}
</style>
background-color css
<style>
a { background-color: #6975CA; }
a { background-color: rgb(105,117,202); }
div.DivClassName
{
background-color: #6975CA;
}
.BgClassName
{
background-color: #6975CA;
}
</style>
border-color css
<style>
span { border-color: #6975CA; }
span { border-color: rgb(105,117,202); }
td.TdClassName
{
border-color: #6975CA;
}
.TagClassName
{
border-color: #6975CA;
}
</style>