Shades of Chetwode Blue #667CC4
Tints of Chetwode Blue #667CC4
RGB
CMYK
RGB Variations
Color information
#667CC4 (or 0x667CC4) is known color: Chetwode Blue. HEX triplet: 66, 7C and C4. RGB value is (102,124,196). Sum of RGB (Red+Green+Blue) = 102+124+196=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 196 (76.95% from 255 or 46.45% from 422); Max value from RGB is 196 - color contains mainly: blue. Hex color #667CC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667CC4 is #99833B. Grayscale: #7D7D7D. Windows color (decimal): -10060604 or 12876902. OLE color: 12876902.
HSL color Cylindrical-coordinate representation of color #667CC4: hue angle of 225.96º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #667CC4 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 124 | 196 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.23 |
| HSL | 225.96º | 0.44% | 0.58% | - |
| HSV(B) | 225.96º | 0.48% | 0.77% | - |
| XYZ | 22.65 | 21.23 | 55.13 | - |
| YUV | 125.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 196 | 0.48 | 0.37 | 0 | 0.23 | 225.96 | 0.44 | 0.58 |
| Hex | 66 | 7C | C4 | 30 | 25 | 0 | 17 | E2 | 2C | 3A |
| Octal | 146 | 174 | 304 | 60 | 45 | 0 | 27 | 342 | 54 | 72 |
| Binary | 1100110 | 1111100 | 11000100 | 110000 | 100101 | 0 | 10111 | 11100010 | 101100 | 111010 |
Color Harmonies of #667CC4
Complementary color
Monochromatic Colors of #667CC4
Black with #667CC4
Text Example
Text Example
White with #667CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667CC4; }
p { color: rgb(102,124,196); }
H1.HeaderClassName
{
color: #667CC4;
}
.AnyTagClassName
{
color: #667CC4;
}
</style>
background-color css
<style>
a { background-color: #667CC4; }
a { background-color: rgb(102,124,196); }
div.DivClassName
{
background-color: #667CC4;
}
.BgClassName
{
background-color: #667CC4;
}
</style>
border-color css
<style>
span { border-color: #667CC4; }
span { border-color: rgb(102,124,196); }
td.TdClassName
{
border-color: #667CC4;
}
.TagClassName
{
border-color: #667CC4;
}
</style>