Shades of Chetwode Blue #667ACD
Tints of Chetwode Blue #667ACD
RGB
CMYK
RGB Variations
Color information
#667ACD (or 0x667ACD) is known color: Chetwode Blue. HEX triplet: 66, 7A and CD. RGB value is (102,122,205). Sum of RGB (Red+Green+Blue) = 102+122+205=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #667ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667ACD is #998532. Grayscale: #7D7D7D. Windows color (decimal): -10061107 or 13466214. OLE color: 13466214.
HSL color Cylindrical-coordinate representation of color #667ACD: hue angle of 228.35º 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 #667ACD is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 122 | 205 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.20 |
| HSL | 228.35º | 0.51% | 0.6% | - |
| HSV(B) | 228.35º | 0.5% | 0.8% | - |
| XYZ | 23.46 | 21.15 | 60.6 | - |
| YUV | 125.48 | 172.87 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 205 | 0.50 | 0.40 | 0 | 0.20 | 228.35 | 0.51 | 0.6 |
| Hex | 66 | 7A | CD | 32 | 28 | 0 | 14 | E4 | 33 | 3C |
| Octal | 146 | 172 | 315 | 62 | 50 | 0 | 24 | 344 | 63 | 74 |
| Binary | 1100110 | 1111010 | 11001101 | 110010 | 101000 | 0 | 10100 | 11100100 | 110011 | 111100 |
Color Harmonies of #667ACD
Complementary color
Monochromatic Colors of #667ACD
Black with #667ACD
Text Example
Text Example
White with #667ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667ACD; }
p { color: rgb(102,122,205); }
H1.HeaderClassName
{
color: #667ACD;
}
.AnyTagClassName
{
color: #667ACD;
}
</style>
background-color css
<style>
a { background-color: #667ACD; }
a { background-color: rgb(102,122,205); }
div.DivClassName
{
background-color: #667ACD;
}
.BgClassName
{
background-color: #667ACD;
}
</style>
border-color css
<style>
span { border-color: #667ACD; }
span { border-color: rgb(102,122,205); }
td.TdClassName
{
border-color: #667ACD;
}
.TagClassName
{
border-color: #667ACD;
}
</style>