Shades of Chetwode Blue #667AC5
Tints of Chetwode Blue #667AC5
RGB
CMYK
RGB Variations
Color information
#667AC5 (or 0x667AC5) is known color: Chetwode Blue. HEX triplet: 66, 7A and C5. RGB value is (102,122,197). Sum of RGB (Red+Green+Blue) = 102+122+197=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 197 - color contains mainly: blue. Hex color #667AC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667AC5 is #99853A. Grayscale: #7C7C7C. Windows color (decimal): -10061115 or 12941926. OLE color: 12941926.
HSL color Cylindrical-coordinate representation of color #667AC5: hue angle of 227.37º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #667AC5 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 122 | 197 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.23 |
| HSL | 227.37º | 0.45% | 0.59% | - |
| HSV(B) | 227.37º | 0.48% | 0.77% | - |
| XYZ | 22.52 | 20.78 | 55.65 | - |
| YUV | 124.57 | 168.87 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 197 | 0.48 | 0.38 | 0 | 0.23 | 227.37 | 0.45 | 0.59 |
| Hex | 66 | 7A | C5 | 30 | 26 | 0 | 17 | E3 | 2D | 3B |
| Octal | 146 | 172 | 305 | 60 | 46 | 0 | 27 | 343 | 55 | 73 |
| Binary | 1100110 | 1111010 | 11000101 | 110000 | 100110 | 0 | 10111 | 11100011 | 101101 | 111011 |
Color Harmonies of #667AC5
Complementary color
Monochromatic Colors of #667AC5
Black with #667AC5
Text Example
Text Example
White with #667AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667AC5; }
p { color: rgb(102,122,197); }
H1.HeaderClassName
{
color: #667AC5;
}
.AnyTagClassName
{
color: #667AC5;
}
</style>
background-color css
<style>
a { background-color: #667AC5; }
a { background-color: rgb(102,122,197); }
div.DivClassName
{
background-color: #667AC5;
}
.BgClassName
{
background-color: #667AC5;
}
</style>
border-color css
<style>
span { border-color: #667AC5; }
span { border-color: rgb(102,122,197); }
td.TdClassName
{
border-color: #667AC5;
}
.TagClassName
{
border-color: #667AC5;
}
</style>