Shades of Chetwode Blue #667CC1
Tints of Chetwode Blue #667CC1
RGB
CMYK
RGB Variations
Color information
#667CC1 (or 0x667CC1) is known color: Chetwode Blue. HEX triplet: 66, 7C and C1. RGB value is (102,124,193). Sum of RGB (Red+Green+Blue) = 102+124+193=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #667CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667CC1 is #99833E. Grayscale: #7C7C7C. Windows color (decimal): -10060607 or 12680294. OLE color: 12680294.
HSL color Cylindrical-coordinate representation of color #667CC1: hue angle of 225.49º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #667CC1 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 124 | 193 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.24 |
| HSL | 225.49º | 0.42% | 0.58% | - |
| HSV(B) | 225.49º | 0.47% | 0.76% | - |
| XYZ | 22.31 | 21.09 | 53.35 | - |
| YUV | 125.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 193 | 0.47 | 0.36 | 0 | 0.24 | 225.49 | 0.42 | 0.58 |
| Hex | 66 | 7C | C1 | 2F | 24 | 0 | 18 | E1 | 2A | 3A |
| Octal | 146 | 174 | 301 | 57 | 44 | 0 | 30 | 341 | 52 | 72 |
| Binary | 1100110 | 1111100 | 11000001 | 101111 | 100100 | 0 | 11000 | 11100001 | 101010 | 111010 |
Color Harmonies of #667CC1
Complementary color
Monochromatic Colors of #667CC1
Black with #667CC1
Text Example
Text Example
White with #667CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667CC1; }
p { color: rgb(102,124,193); }
H1.HeaderClassName
{
color: #667CC1;
}
.AnyTagClassName
{
color: #667CC1;
}
</style>
background-color css
<style>
a { background-color: #667CC1; }
a { background-color: rgb(102,124,193); }
div.DivClassName
{
background-color: #667CC1;
}
.BgClassName
{
background-color: #667CC1;
}
</style>
border-color css
<style>
span { border-color: #667CC1; }
span { border-color: rgb(102,124,193); }
td.TdClassName
{
border-color: #667CC1;
}
.TagClassName
{
border-color: #667CC1;
}
</style>