Shades of Chetwode Blue #667BCB
Tints of Chetwode Blue #667BCB
RGB
CMYK
RGB Variations
Color information
#667BCB (or 0x667BCB) is known color: Chetwode Blue. HEX triplet: 66, 7B and CB. RGB value is (102,123,203). Sum of RGB (Red+Green+Blue) = 102+123+203=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #667BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667BCB is #998434. Grayscale: #7D7D7D. Windows color (decimal): -10060853 or 13335398. OLE color: 13335398.
HSL color Cylindrical-coordinate representation of color #667BCB: hue angle of 227.52º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #667BCB is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 123 | 203 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.20 |
| HSL | 227.52º | 0.49% | 0.6% | - |
| HSV(B) | 227.52º | 0.5% | 0.8% | - |
| XYZ | 23.34 | 21.3 | 59.38 | - |
| YUV | 125.84 | 171.54 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 203 | 0.50 | 0.39 | 0 | 0.20 | 227.52 | 0.49 | 0.6 |
| Hex | 66 | 7B | CB | 32 | 27 | 0 | 14 | E4 | 31 | 3C |
| Octal | 146 | 173 | 313 | 62 | 47 | 0 | 24 | 344 | 61 | 74 |
| Binary | 1100110 | 1111011 | 11001011 | 110010 | 100111 | 0 | 10100 | 11100100 | 110001 | 111100 |
Color Harmonies of #667BCB
Complementary color
Monochromatic Colors of #667BCB
Black with #667BCB
Text Example
Text Example
White with #667BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667BCB; }
p { color: rgb(102,123,203); }
H1.HeaderClassName
{
color: #667BCB;
}
.AnyTagClassName
{
color: #667BCB;
}
</style>
background-color css
<style>
a { background-color: #667BCB; }
a { background-color: rgb(102,123,203); }
div.DivClassName
{
background-color: #667BCB;
}
.BgClassName
{
background-color: #667BCB;
}
</style>
border-color css
<style>
span { border-color: #667BCB; }
span { border-color: rgb(102,123,203); }
td.TdClassName
{
border-color: #667BCB;
}
.TagClassName
{
border-color: #667BCB;
}
</style>