Shades of Chetwode Blue #6972C3
Tints of Chetwode Blue #6972C3
RGB
CMYK
RGB Variations
Color information
#6972C3 (or 0x6972C3) is known color: Chetwode Blue. HEX triplet: 69, 72 and C3. RGB value is (105,114,195). Sum of RGB (Red+Green+Blue) = 105+114+195=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 195 (76.56% from 255 or 47.10% from 414); Max value from RGB is 195 - color contains mainly: blue. Hex color #6972C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6972C3 is #968D3C. Grayscale: #787878. Windows color (decimal): -9866557 or 12808809. OLE color: 12808809.
HSL color Cylindrical-coordinate representation of color #6972C3: hue angle of 234º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6972C3 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 114 | 195 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.24 |
| HSL | 234º | 0.43% | 0.59% | - |
| HSV(B) | 234º | 0.46% | 0.76% | - |
| XYZ | 21.69 | 18.98 | 54.15 | - |
| YUV | 120.54 | 170.02 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 195 | 0.46 | 0.42 | 0 | 0.24 | 234 | 0.43 | 0.59 |
| Hex | 69 | 72 | C3 | 2E | 2A | 0 | 18 | EA | 2B | 3B |
| Octal | 151 | 162 | 303 | 56 | 52 | 0 | 30 | 352 | 53 | 73 |
| Binary | 1101001 | 1110010 | 11000011 | 101110 | 101010 | 0 | 11000 | 11101010 | 101011 | 111011 |
Color Harmonies of #6972C3
Complementary color
Monochromatic Colors of #6972C3
Black with #6972C3
Text Example
Text Example
White with #6972C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6972C3; }
p { color: rgb(105,114,195); }
H1.HeaderClassName
{
color: #6972C3;
}
.AnyTagClassName
{
color: #6972C3;
}
</style>
background-color css
<style>
a { background-color: #6972C3; }
a { background-color: rgb(105,114,195); }
div.DivClassName
{
background-color: #6972C3;
}
.BgClassName
{
background-color: #6972C3;
}
</style>
border-color css
<style>
span { border-color: #6972C3; }
span { border-color: rgb(105,114,195); }
td.TdClassName
{
border-color: #6972C3;
}
.TagClassName
{
border-color: #6972C3;
}
</style>