Shades of Chetwode Blue #667BC2
Tints of Chetwode Blue #667BC2
RGB
CMYK
RGB Variations
Color information
#667BC2 (or 0x667BC2) is known color: Chetwode Blue. HEX triplet: 66, 7B and C2. RGB value is (102,123,194). Sum of RGB (Red+Green+Blue) = 102+123+194=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 194 - color contains mainly: blue. Hex color #667BC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667BC2 is #99843D. Grayscale: #7C7C7C. Windows color (decimal): -10060862 or 12745574. OLE color: 12745574.
HSL color Cylindrical-coordinate representation of color #667BC2: hue angle of 226.3º degrees, saturation: 0.43, 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 #667BC2 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 123 | 194 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.24 |
| HSL | 226.3º | 0.43% | 0.58% | - |
| HSV(B) | 226.3º | 0.47% | 0.76% | - |
| XYZ | 22.3 | 20.89 | 53.89 | - |
| YUV | 124.82 | 167.04 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 194 | 0.47 | 0.37 | 0 | 0.24 | 226.3 | 0.43 | 0.58 |
| Hex | 66 | 7B | C2 | 2F | 25 | 0 | 18 | E2 | 2B | 3A |
| Octal | 146 | 173 | 302 | 57 | 45 | 0 | 30 | 342 | 53 | 72 |
| Binary | 1100110 | 1111011 | 11000010 | 101111 | 100101 | 0 | 11000 | 11100010 | 101011 | 111010 |
Color Harmonies of #667BC2
Complementary color
Monochromatic Colors of #667BC2
Black with #667BC2
Text Example
Text Example
White with #667BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667BC2; }
p { color: rgb(102,123,194); }
H1.HeaderClassName
{
color: #667BC2;
}
.AnyTagClassName
{
color: #667BC2;
}
</style>
background-color css
<style>
a { background-color: #667BC2; }
a { background-color: rgb(102,123,194); }
div.DivClassName
{
background-color: #667BC2;
}
.BgClassName
{
background-color: #667BC2;
}
</style>
border-color css
<style>
span { border-color: #667BC2; }
span { border-color: rgb(102,123,194); }
td.TdClassName
{
border-color: #667BC2;
}
.TagClassName
{
border-color: #667BC2;
}
</style>