Shades of Chetwode Blue #667ACC
Tints of Chetwode Blue #667ACC
RGB
CMYK
RGB Variations
Color information
#667ACC (or 0x667ACC) is known color: Chetwode Blue. HEX triplet: 66, 7A and CC. RGB value is (102,122,204). Sum of RGB (Red+Green+Blue) = 102+122+204=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #667ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667ACC is #998533. Grayscale: #7D7D7D. Windows color (decimal): -10061108 or 13400678. OLE color: 13400678.
HSL color Cylindrical-coordinate representation of color #667ACC: hue angle of 228.24º 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 #667ACC is Cyan = 0.5, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 122 | 204 | - |
| CMYK | 0.5 | 0.40 | 0 | 0.2 |
| HSL | 228.24º | 0.5% | 0.6% | - |
| HSV(B) | 228.24º | 0.5% | 0.8% | - |
| XYZ | 23.34 | 21.1 | 59.97 | - |
| YUV | 125.37 | 172.37 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 204 | 0.5 | 0.40 | 0 | 0.2 | 228.24 | 0.5 | 0.6 |
| Hex | 66 | 7A | CC | 32 | 28 | 0 | 14 | E4 | 32 | 3C |
| Octal | 146 | 172 | 314 | 62 | 50 | 0 | 24 | 344 | 62 | 74 |
| Binary | 1100110 | 1111010 | 11001100 | 110010 | 101000 | 0 | 10100 | 11100100 | 110010 | 111100 |
Color Harmonies of #667ACC
Complementary color
Monochromatic Colors of #667ACC
Black with #667ACC
Text Example
Text Example
White with #667ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667ACC; }
p { color: rgb(102,122,204); }
H1.HeaderClassName
{
color: #667ACC;
}
.AnyTagClassName
{
color: #667ACC;
}
</style>
background-color css
<style>
a { background-color: #667ACC; }
a { background-color: rgb(102,122,204); }
div.DivClassName
{
background-color: #667ACC;
}
.BgClassName
{
background-color: #667ACC;
}
</style>
border-color css
<style>
span { border-color: #667ACC; }
span { border-color: rgb(102,122,204); }
td.TdClassName
{
border-color: #667ACC;
}
.TagClassName
{
border-color: #667ACC;
}
</style>