Shades of Chetwode Blue #667DB2
Tints of Chetwode Blue #667DB2
RGB
CMYK
RGB Variations
Color information
#667DB2 (or 0x667DB2) is known color: Chetwode Blue. HEX triplet: 66, 7D and B2. RGB value is (102,125,178). Sum of RGB (Red+Green+Blue) = 102+125+178=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 178 - color contains mainly: blue. Hex color #667DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667DB2 is #99824D. Grayscale: #7B7B7B. Windows color (decimal): -10060366 or 11697510. OLE color: 11697510.
HSL color Cylindrical-coordinate representation of color #667DB2: hue angle of 221.84º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #667DB2 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 125 | 178 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.30 |
| HSL | 221.84º | 0.33% | 0.55% | - |
| HSV(B) | 221.84º | 0.43% | 0.7% | - |
| XYZ | 20.85 | 20.71 | 45.02 | - |
| YUV | 124.17 | 158.38 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 178 | 0.43 | 0.30 | 0 | 0.30 | 221.84 | 0.33 | 0.55 |
| Hex | 66 | 7D | B2 | 2B | 1E | 0 | 1E | DE | 21 | 37 |
| Octal | 146 | 175 | 262 | 53 | 36 | 0 | 36 | 336 | 41 | 67 |
| Binary | 1100110 | 1111101 | 10110010 | 101011 | 11110 | 0 | 11110 | 11011110 | 100001 | 110111 |
Color Harmonies of #667DB2
Complementary color
Monochromatic Colors of #667DB2
Black with #667DB2
Text Example
Text Example
White with #667DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667DB2; }
p { color: rgb(102,125,178); }
H1.HeaderClassName
{
color: #667DB2;
}
.AnyTagClassName
{
color: #667DB2;
}
</style>
background-color css
<style>
a { background-color: #667DB2; }
a { background-color: rgb(102,125,178); }
div.DivClassName
{
background-color: #667DB2;
}
.BgClassName
{
background-color: #667DB2;
}
</style>
border-color css
<style>
span { border-color: #667DB2; }
span { border-color: rgb(102,125,178); }
td.TdClassName
{
border-color: #667DB2;
}
.TagClassName
{
border-color: #667DB2;
}
</style>