Shades of Chetwode Blue #6666B2
Tints of Chetwode Blue #6666B2
RGB
CMYK
RGB Variations
Color information
#6666B2 (or 0x6666B2) is known color: Chetwode Blue. HEX triplet: 66, 66 and B2. RGB value is (102,102,178). Sum of RGB (Red+Green+Blue) = 102+102+178=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 178 - color contains mainly: blue. Hex color #6666B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6666B2 is #99994D. Grayscale: #6E6E6E. Windows color (decimal): -10066254 or 11691622. OLE color: 11691622.
HSL color Cylindrical-coordinate representation of color #6666B2: hue angle of 240º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6666B2 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 102 | 178 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.30 |
| HSL | 240º | 0.33% | 0.55% | - |
| HSV(B) | 240º | 0.43% | 0.7% | - |
| XYZ | 18.27 | 15.54 | 44.16 | - |
| YUV | 110.66 | 166 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 178 | 0.43 | 0.43 | 0 | 0.30 | 240 | 0.33 | 0.55 |
| Hex | 66 | 66 | B2 | 2B | 2B | 0 | 1E | F0 | 21 | 37 |
| Octal | 146 | 146 | 262 | 53 | 53 | 0 | 36 | 360 | 41 | 67 |
| Binary | 1100110 | 1100110 | 10110010 | 101011 | 101011 | 0 | 11110 | 11110000 | 100001 | 110111 |
Color Harmonies of #6666B2
Complementary color
Monochromatic Colors of #6666B2
Black with #6666B2
Text Example
Text Example
White with #6666B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6666B2; }
p { color: rgb(102,102,178); }
H1.HeaderClassName
{
color: #6666B2;
}
.AnyTagClassName
{
color: #6666B2;
}
</style>
background-color css
<style>
a { background-color: #6666B2; }
a { background-color: rgb(102,102,178); }
div.DivClassName
{
background-color: #6666B2;
}
.BgClassName
{
background-color: #6666B2;
}
</style>
border-color css
<style>
span { border-color: #6666B2; }
span { border-color: rgb(102,102,178); }
td.TdClassName
{
border-color: #6666B2;
}
.TagClassName
{
border-color: #6666B2;
}
</style>