Shades of Chetwode Blue #6972CA
Tints of Chetwode Blue #6972CA
RGB
CMYK
RGB Variations
Color information
#6972CA (or 0x6972CA) is known color: Chetwode Blue. HEX triplet: 69, 72 and CA. RGB value is (105,114,202). Sum of RGB (Red+Green+Blue) = 105+114+202=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #6972CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6972CA is #968D35. Grayscale: #787878. Windows color (decimal): -9866550 or 13267561. OLE color: 13267561.
HSL color Cylindrical-coordinate representation of color #6972CA: hue angle of 234.43º 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 #6972CA is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 114 | 202 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.21 |
| HSL | 234.43º | 0.48% | 0.6% | - |
| HSV(B) | 234.43º | 0.48% | 0.79% | - |
| XYZ | 22.5 | 19.3 | 58.42 | - |
| YUV | 121.34 | 173.52 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 202 | 0.48 | 0.44 | 0 | 0.21 | 234.43 | 0.48 | 0.6 |
| Hex | 69 | 72 | CA | 30 | 2C | 0 | 15 | EA | 30 | 3C |
| Octal | 151 | 162 | 312 | 60 | 54 | 0 | 25 | 352 | 60 | 74 |
| Binary | 1101001 | 1110010 | 11001010 | 110000 | 101100 | 0 | 10101 | 11101010 | 110000 | 111100 |
Color Harmonies of #6972CA
Complementary color
Monochromatic Colors of #6972CA
Black with #6972CA
Text Example
Text Example
White with #6972CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6972CA; }
p { color: rgb(105,114,202); }
H1.HeaderClassName
{
color: #6972CA;
}
.AnyTagClassName
{
color: #6972CA;
}
</style>
background-color css
<style>
a { background-color: #6972CA; }
a { background-color: rgb(105,114,202); }
div.DivClassName
{
background-color: #6972CA;
}
.BgClassName
{
background-color: #6972CA;
}
</style>
border-color css
<style>
span { border-color: #6972CA; }
span { border-color: rgb(105,114,202); }
td.TdClassName
{
border-color: #6972CA;
}
.TagClassName
{
border-color: #6972CA;
}
</style>