Shades of Chetwode Blue #6666B1
Tints of Chetwode Blue #6666B1
RGB
CMYK
RGB Variations
Color information
#6666B1 (or 0x6666B1) is known color: Chetwode Blue. HEX triplet: 66, 66 and B1. RGB value is (102,102,177). Sum of RGB (Red+Green+Blue) = 102+102+177=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #6666B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6666B1 is #99994E. Grayscale: #6E6E6E. Windows color (decimal): -10066255 or 11626086. OLE color: 11626086.
HSL color Cylindrical-coordinate representation of color #6666B1: hue angle of 240º 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 #6666B1 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 102 | 177 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.31 |
| HSL | 240º | 0.32% | 0.55% | - |
| HSV(B) | 240º | 0.42% | 0.69% | - |
| XYZ | 18.17 | 15.5 | 43.63 | - |
| YUV | 110.55 | 165.5 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 177 | 0.42 | 0.42 | 0 | 0.31 | 240 | 0.32 | 0.55 |
| Hex | 66 | 66 | B1 | 2A | 2A | 0 | 1F | F0 | 20 | 37 |
| Octal | 146 | 146 | 261 | 52 | 52 | 0 | 37 | 360 | 40 | 67 |
| Binary | 1100110 | 1100110 | 10110001 | 101010 | 101010 | 0 | 11111 | 11110000 | 100000 | 110111 |
Color Harmonies of #6666B1
Complementary color
Monochromatic Colors of #6666B1
Black with #6666B1
Text Example
Text Example
White with #6666B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6666B1; }
p { color: rgb(102,102,177); }
H1.HeaderClassName
{
color: #6666B1;
}
.AnyTagClassName
{
color: #6666B1;
}
</style>
background-color css
<style>
a { background-color: #6666B1; }
a { background-color: rgb(102,102,177); }
div.DivClassName
{
background-color: #6666B1;
}
.BgClassName
{
background-color: #6666B1;
}
</style>
border-color css
<style>
span { border-color: #6666B1; }
span { border-color: rgb(102,102,177); }
td.TdClassName
{
border-color: #6666B1;
}
.TagClassName
{
border-color: #6666B1;
}
</style>