Shades of Chetwode Blue #667DB6
Tints of Chetwode Blue #667DB6
RGB
CMYK
RGB Variations
Color information
#667DB6 (or 0x667DB6) is known color: Chetwode Blue. HEX triplet: 66, 7D and B6. RGB value is (102,125,182). Sum of RGB (Red+Green+Blue) = 102+125+182=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 182 - color contains mainly: blue. Hex color #667DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DB6 is #998249. Grayscale: #7C7C7C. Windows color (decimal): -10060362 or 11959654. OLE color: 11959654.
HSL color Cylindrical-coordinate representation of color #667DB6: hue angle of 222.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #667DB6 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 125 | 182 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.29 |
| HSL | 222.75º | 0.35% | 0.56% | - |
| HSV(B) | 222.75º | 0.44% | 0.71% | - |
| XYZ | 21.26 | 20.87 | 47.16 | - |
| YUV | 124.62 | 160.38 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 182 | 0.44 | 0.31 | 0 | 0.29 | 222.75 | 0.35 | 0.56 |
| Hex | 66 | 7D | B6 | 2C | 1F | 0 | 1D | DF | 23 | 38 |
| Octal | 146 | 175 | 266 | 54 | 37 | 0 | 35 | 337 | 43 | 70 |
| Binary | 1100110 | 1111101 | 10110110 | 101100 | 11111 | 0 | 11101 | 11011111 | 100011 | 111000 |
Color Harmonies of #667DB6
Complementary color
Monochromatic Colors of #667DB6
Black with #667DB6
Text Example
Text Example
White with #667DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667DB6; }
p { color: rgb(102,125,182); }
H1.HeaderClassName
{
color: #667DB6;
}
.AnyTagClassName
{
color: #667DB6;
}
</style>
background-color css
<style>
a { background-color: #667DB6; }
a { background-color: rgb(102,125,182); }
div.DivClassName
{
background-color: #667DB6;
}
.BgClassName
{
background-color: #667DB6;
}
</style>
border-color css
<style>
span { border-color: #667DB6; }
span { border-color: rgb(102,125,182); }
td.TdClassName
{
border-color: #667DB6;
}
.TagClassName
{
border-color: #667DB6;
}
</style>