Shades of Chetwode Blue #666DC6
Tints of Chetwode Blue #666DC6
RGB
CMYK
RGB Variations
Color information
#666DC6 (or 0x666DC6) is known color: Chetwode Blue. HEX triplet: 66, 6D and C6. RGB value is (102,109,198). Sum of RGB (Red+Green+Blue) = 102+109+198=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #666DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DC6 is #999239. Grayscale: #747474. Windows color (decimal): -10064442 or 13004134. OLE color: 13004134.
HSL color Cylindrical-coordinate representation of color #666DC6: hue angle of 235.62º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #666DC6 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 109 | 198 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.22 |
| HSL | 235.63º | 0.46% | 0.59% | - |
| HSV(B) | 235.63º | 0.48% | 0.78% | - |
| XYZ | 21.14 | 17.84 | 55.76 | - |
| YUV | 117.05 | 173.68 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 198 | 0.48 | 0.45 | 0 | 0.22 | 235.63 | 0.46 | 0.59 |
| Hex | 66 | 6D | C6 | 30 | 2D | 0 | 16 | EC | 2E | 3B |
| Octal | 146 | 155 | 306 | 60 | 55 | 0 | 26 | 354 | 56 | 73 |
| Binary | 1100110 | 1101101 | 11000110 | 110000 | 101101 | 0 | 10110 | 11101100 | 101110 | 111011 |
Color Harmonies of #666DC6
Complementary color
Monochromatic Colors of #666DC6
Black with #666DC6
Text Example
Text Example
White with #666DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666DC6; }
p { color: rgb(102,109,198); }
H1.HeaderClassName
{
color: #666DC6;
}
.AnyTagClassName
{
color: #666DC6;
}
</style>
background-color css
<style>
a { background-color: #666DC6; }
a { background-color: rgb(102,109,198); }
div.DivClassName
{
background-color: #666DC6;
}
.BgClassName
{
background-color: #666DC6;
}
</style>
border-color css
<style>
span { border-color: #666DC6; }
span { border-color: rgb(102,109,198); }
td.TdClassName
{
border-color: #666DC6;
}
.TagClassName
{
border-color: #666DC6;
}
</style>