Shades of Chetwode Blue #667BBA
Tints of Chetwode Blue #667BBA
RGB
CMYK
RGB Variations
Color information
#667BBA (or 0x667BBA) is known color: Chetwode Blue. HEX triplet: 66, 7B and BA. RGB value is (102,123,186). Sum of RGB (Red+Green+Blue) = 102+123+186=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #667BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667BBA is #998445. Grayscale: #7B7B7B. Windows color (decimal): -10060870 or 12221286. OLE color: 12221286.
HSL color Cylindrical-coordinate representation of color #667BBA: hue angle of 225º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #667BBA is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 123 | 186 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.27 |
| HSL | 225º | 0.38% | 0.56% | - |
| HSV(B) | 225º | 0.45% | 0.73% | - |
| XYZ | 21.43 | 20.54 | 49.29 | - |
| YUV | 123.9 | 163.04 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 186 | 0.45 | 0.34 | 0 | 0.27 | 225 | 0.38 | 0.56 |
| Hex | 66 | 7B | BA | 2D | 22 | 0 | 1B | E1 | 26 | 38 |
| Octal | 146 | 173 | 272 | 55 | 42 | 0 | 33 | 341 | 46 | 70 |
| Binary | 1100110 | 1111011 | 10111010 | 101101 | 100010 | 0 | 11011 | 11100001 | 100110 | 111000 |
Color Harmonies of #667BBA
Complementary color
Monochromatic Colors of #667BBA
Black with #667BBA
Text Example
Text Example
White with #667BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667BBA; }
p { color: rgb(102,123,186); }
H1.HeaderClassName
{
color: #667BBA;
}
.AnyTagClassName
{
color: #667BBA;
}
</style>
background-color css
<style>
a { background-color: #667BBA; }
a { background-color: rgb(102,123,186); }
div.DivClassName
{
background-color: #667BBA;
}
.BgClassName
{
background-color: #667BBA;
}
</style>
border-color css
<style>
span { border-color: #667BBA; }
span { border-color: rgb(102,123,186); }
td.TdClassName
{
border-color: #667BBA;
}
.TagClassName
{
border-color: #667BBA;
}
</style>