Shades of Chetwode Blue #667BBF
Tints of Chetwode Blue #667BBF
RGB
CMYK
RGB Variations
Color information
#667BBF (or 0x667BBF) is known color: Chetwode Blue. HEX triplet: 66, 7B and BF. RGB value is (102,123,191). Sum of RGB (Red+Green+Blue) = 102+123+191=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #667BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667BBF is #998440. Grayscale: #7C7C7C. Windows color (decimal): -10060865 or 12548966. OLE color: 12548966.
HSL color Cylindrical-coordinate representation of color #667BBF: hue angle of 225.84º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #667BBF is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 123 | 191 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.25 |
| HSL | 225.84º | 0.41% | 0.57% | - |
| HSV(B) | 225.84º | 0.47% | 0.75% | - |
| XYZ | 21.97 | 20.75 | 52.14 | - |
| YUV | 124.47 | 165.54 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 191 | 0.47 | 0.36 | 0 | 0.25 | 225.84 | 0.41 | 0.57 |
| Hex | 66 | 7B | BF | 2F | 24 | 0 | 19 | E2 | 29 | 39 |
| Octal | 146 | 173 | 277 | 57 | 44 | 0 | 31 | 342 | 51 | 71 |
| Binary | 1100110 | 1111011 | 10111111 | 101111 | 100100 | 0 | 11001 | 11100010 | 101001 | 111001 |
Color Harmonies of #667BBF
Complementary color
Monochromatic Colors of #667BBF
Black with #667BBF
Text Example
Text Example
White with #667BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667BBF; }
p { color: rgb(102,123,191); }
H1.HeaderClassName
{
color: #667BBF;
}
.AnyTagClassName
{
color: #667BBF;
}
</style>
background-color css
<style>
a { background-color: #667BBF; }
a { background-color: rgb(102,123,191); }
div.DivClassName
{
background-color: #667BBF;
}
.BgClassName
{
background-color: #667BBF;
}
</style>
border-color css
<style>
span { border-color: #667BBF; }
span { border-color: rgb(102,123,191); }
td.TdClassName
{
border-color: #667BBF;
}
.TagClassName
{
border-color: #667BBF;
}
</style>