Shades of Chetwode Blue #6670CC
Tints of Chetwode Blue #6670CC
RGB
CMYK
RGB Variations
Color information
#6670CC (or 0x6670CC) is known color: Chetwode Blue. HEX triplet: 66, 70 and CC. RGB value is (102,112,204). Sum of RGB (Red+Green+Blue) = 102+112+204=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #6670CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6670CC is #998F33. Grayscale: #777777. Windows color (decimal): -10063668 or 13398118. OLE color: 13398118.
HSL color Cylindrical-coordinate representation of color #6670CC: hue angle of 234.12º degrees, saturation: 0.5, 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 #6670CC is Cyan = 0.5, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 112 | 204 | - |
| CMYK | 0.5 | 0.45 | 0 | 0.2 |
| HSL | 234.12º | 0.5% | 0.6% | - |
| HSV(B) | 234.12º | 0.5% | 0.8% | - |
| XYZ | 22.17 | 18.77 | 59.58 | - |
| YUV | 119.5 | 175.69 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 112 | 204 | 0.5 | 0.45 | 0 | 0.2 | 234.12 | 0.5 | 0.6 |
| Hex | 66 | 70 | CC | 32 | 2D | 0 | 14 | EA | 32 | 3C |
| Octal | 146 | 160 | 314 | 62 | 55 | 0 | 24 | 352 | 62 | 74 |
| Binary | 1100110 | 1110000 | 11001100 | 110010 | 101101 | 0 | 10100 | 11101010 | 110010 | 111100 |
Color Harmonies of #6670CC
Complementary color
Monochromatic Colors of #6670CC
Black with #6670CC
Text Example
Text Example
White with #6670CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6670CC; }
p { color: rgb(102,112,204); }
H1.HeaderClassName
{
color: #6670CC;
}
.AnyTagClassName
{
color: #6670CC;
}
</style>
background-color css
<style>
a { background-color: #6670CC; }
a { background-color: rgb(102,112,204); }
div.DivClassName
{
background-color: #6670CC;
}
.BgClassName
{
background-color: #6670CC;
}
</style>
border-color css
<style>
span { border-color: #6670CC; }
span { border-color: rgb(102,112,204); }
td.TdClassName
{
border-color: #6670CC;
}
.TagClassName
{
border-color: #6670CC;
}
</style>