Shades of Chetwode Blue #6672CD
Tints of Chetwode Blue #6672CD
RGB
CMYK
RGB Variations
Color information
#6672CD (or 0x6672CD) is known color: Chetwode Blue. HEX triplet: 66, 72 and CD. RGB value is (102,114,205). Sum of RGB (Red+Green+Blue) = 102+114+205=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #6672CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6672CD is #998D32. Grayscale: #787878. Windows color (decimal): -10063155 or 13464166. OLE color: 13464166.
HSL color Cylindrical-coordinate representation of color #6672CD: hue angle of 233.01º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6672CD is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 114 | 205 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.20 |
| HSL | 233.01º | 0.51% | 0.6% | - |
| HSV(B) | 233.01º | 0.5% | 0.8% | - |
| XYZ | 22.52 | 19.27 | 60.29 | - |
| YUV | 120.79 | 175.52 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 205 | 0.50 | 0.44 | 0 | 0.20 | 233.01 | 0.51 | 0.6 |
| Hex | 66 | 72 | CD | 32 | 2C | 0 | 14 | E9 | 33 | 3C |
| Octal | 146 | 162 | 315 | 62 | 54 | 0 | 24 | 351 | 63 | 74 |
| Binary | 1100110 | 1110010 | 11001101 | 110010 | 101100 | 0 | 10100 | 11101001 | 110011 | 111100 |
Color Harmonies of #6672CD
Complementary color
Monochromatic Colors of #6672CD
Black with #6672CD
Text Example
Text Example
White with #6672CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6672CD; }
p { color: rgb(102,114,205); }
H1.HeaderClassName
{
color: #6672CD;
}
.AnyTagClassName
{
color: #6672CD;
}
</style>
background-color css
<style>
a { background-color: #6672CD; }
a { background-color: rgb(102,114,205); }
div.DivClassName
{
background-color: #6672CD;
}
.BgClassName
{
background-color: #6672CD;
}
</style>
border-color css
<style>
span { border-color: #6672CD; }
span { border-color: rgb(102,114,205); }
td.TdClassName
{
border-color: #6672CD;
}
.TagClassName
{
border-color: #6672CD;
}
</style>