Shades of Chetwode Blue #6666BA
Tints of Chetwode Blue #6666BA
RGB
CMYK
RGB Variations
Color information
#6666BA (or 0x6666BA) is known color: Chetwode Blue. HEX triplet: 66, 66 and BA. RGB value is (102,102,186). Sum of RGB (Red+Green+Blue) = 102+102+186=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #6666BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6666BA is #999945. Grayscale: #6F6F6F. Windows color (decimal): -10066246 or 12215910. OLE color: 12215910.
HSL color Cylindrical-coordinate representation of color #6666BA: hue angle of 240º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6666BA is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 102 | 186 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.27 |
| HSL | 240º | 0.38% | 0.56% | - |
| HSV(B) | 240º | 0.45% | 0.73% | - |
| XYZ | 19.09 | 15.87 | 48.51 | - |
| YUV | 111.58 | 170 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 186 | 0.45 | 0.45 | 0 | 0.27 | 240 | 0.38 | 0.56 |
| Hex | 66 | 66 | BA | 2D | 2D | 0 | 1B | F0 | 26 | 38 |
| Octal | 146 | 146 | 272 | 55 | 55 | 0 | 33 | 360 | 46 | 70 |
| Binary | 1100110 | 1100110 | 10111010 | 101101 | 101101 | 0 | 11011 | 11110000 | 100110 | 111000 |
Color Harmonies of #6666BA
Complementary color
Monochromatic Colors of #6666BA
Black with #6666BA
Text Example
Text Example
White with #6666BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6666BA; }
p { color: rgb(102,102,186); }
H1.HeaderClassName
{
color: #6666BA;
}
.AnyTagClassName
{
color: #6666BA;
}
</style>
background-color css
<style>
a { background-color: #6666BA; }
a { background-color: rgb(102,102,186); }
div.DivClassName
{
background-color: #6666BA;
}
.BgClassName
{
background-color: #6666BA;
}
</style>
border-color css
<style>
span { border-color: #6666BA; }
span { border-color: rgb(102,102,186); }
td.TdClassName
{
border-color: #6666BA;
}
.TagClassName
{
border-color: #6666BA;
}
</style>