Shades of Chetwode Blue #6672CB
Tints of Chetwode Blue #6672CB
RGB
CMYK
RGB Variations
Color information
#6672CB (or 0x6672CB) is known color: Chetwode Blue. HEX triplet: 66, 72 and CB. RGB value is (102,114,203). Sum of RGB (Red+Green+Blue) = 102+114+203=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #6672CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6672CB is #998D34. Grayscale: #787878. Windows color (decimal): -10063157 or 13333094. OLE color: 13333094.
HSL color Cylindrical-coordinate representation of color #6672CB: hue angle of 232.87º degrees, saturation: 0.49, 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 #6672CB is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 114 | 203 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.20 |
| HSL | 232.87º | 0.49% | 0.6% | - |
| HSV(B) | 232.87º | 0.5% | 0.8% | - |
| XYZ | 22.28 | 19.17 | 59.03 | - |
| YUV | 120.56 | 174.52 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 203 | 0.50 | 0.44 | 0 | 0.20 | 232.87 | 0.49 | 0.6 |
| Hex | 66 | 72 | CB | 32 | 2C | 0 | 14 | E9 | 31 | 3C |
| Octal | 146 | 162 | 313 | 62 | 54 | 0 | 24 | 351 | 61 | 74 |
| Binary | 1100110 | 1110010 | 11001011 | 110010 | 101100 | 0 | 10100 | 11101001 | 110001 | 111100 |
Color Harmonies of #6672CB
Complementary color
Monochromatic Colors of #6672CB
Black with #6672CB
Text Example
Text Example
White with #6672CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6672CB; }
p { color: rgb(102,114,203); }
H1.HeaderClassName
{
color: #6672CB;
}
.AnyTagClassName
{
color: #6672CB;
}
</style>
background-color css
<style>
a { background-color: #6672CB; }
a { background-color: rgb(102,114,203); }
div.DivClassName
{
background-color: #6672CB;
}
.BgClassName
{
background-color: #6672CB;
}
</style>
border-color css
<style>
span { border-color: #6672CB; }
span { border-color: rgb(102,114,203); }
td.TdClassName
{
border-color: #6672CB;
}
.TagClassName
{
border-color: #6672CB;
}
</style>