Shades of Chetwode Blue #666CB1
Tints of Chetwode Blue #666CB1
RGB
CMYK
RGB Variations
Color information
#666CB1 (or 0x666CB1) is known color: Chetwode Blue. HEX triplet: 66, 6C and B1. RGB value is (102,108,177). Sum of RGB (Red+Green+Blue) = 102+108+177=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #666CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666CB1 is #99934E. Grayscale: #717171. Windows color (decimal): -10064719 or 11627622. OLE color: 11627622.
HSL color Cylindrical-coordinate representation of color #666CB1: hue angle of 235.2º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #666CB1 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 108 | 177 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.31 |
| HSL | 235.2º | 0.32% | 0.55% | - |
| HSV(B) | 235.2º | 0.42% | 0.69% | - |
| XYZ | 18.78 | 16.72 | 43.83 | - |
| YUV | 114.07 | 163.51 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 177 | 0.42 | 0.39 | 0 | 0.31 | 235.2 | 0.32 | 0.55 |
| Hex | 66 | 6C | B1 | 2A | 27 | 0 | 1F | EB | 20 | 37 |
| Octal | 146 | 154 | 261 | 52 | 47 | 0 | 37 | 353 | 40 | 67 |
| Binary | 1100110 | 1101100 | 10110001 | 101010 | 100111 | 0 | 11111 | 11101011 | 100000 | 110111 |
Color Harmonies of #666CB1
Complementary color
Monochromatic Colors of #666CB1
Black with #666CB1
Text Example
Text Example
White with #666CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666CB1; }
p { color: rgb(102,108,177); }
H1.HeaderClassName
{
color: #666CB1;
}
.AnyTagClassName
{
color: #666CB1;
}
</style>
background-color css
<style>
a { background-color: #666CB1; }
a { background-color: rgb(102,108,177); }
div.DivClassName
{
background-color: #666CB1;
}
.BgClassName
{
background-color: #666CB1;
}
</style>
border-color css
<style>
span { border-color: #666CB1; }
span { border-color: rgb(102,108,177); }
td.TdClassName
{
border-color: #666CB1;
}
.TagClassName
{
border-color: #666CB1;
}
</style>