Shades of Chetwode Blue #666BBA
Tints of Chetwode Blue #666BBA
RGB
CMYK
RGB Variations
Color information
#666BBA (or 0x666BBA) is known color: Chetwode Blue. HEX triplet: 66, 6B and BA. RGB value is (102,107,186). Sum of RGB (Red+Green+Blue) = 102+107+186=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #666BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BBA is #999445. Grayscale: #727272. Windows color (decimal): -10064966 or 12217190. OLE color: 12217190.
HSL color Cylindrical-coordinate representation of color #666BBA: hue angle of 236.43º 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 #666BBA is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 107 | 186 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.27 |
| HSL | 236.43º | 0.38% | 0.56% | - |
| HSV(B) | 236.43º | 0.45% | 0.73% | - |
| XYZ | 19.6 | 16.89 | 48.68 | - |
| YUV | 114.51 | 168.34 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 186 | 0.45 | 0.42 | 0 | 0.27 | 236.43 | 0.38 | 0.56 |
| Hex | 66 | 6B | BA | 2D | 2A | 0 | 1B | EC | 26 | 38 |
| Octal | 146 | 153 | 272 | 55 | 52 | 0 | 33 | 354 | 46 | 70 |
| Binary | 1100110 | 1101011 | 10111010 | 101101 | 101010 | 0 | 11011 | 11101100 | 100110 | 111000 |
Color Harmonies of #666BBA
Complementary color
Monochromatic Colors of #666BBA
Black with #666BBA
Text Example
Text Example
White with #666BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BBA; }
p { color: rgb(102,107,186); }
H1.HeaderClassName
{
color: #666BBA;
}
.AnyTagClassName
{
color: #666BBA;
}
</style>
background-color css
<style>
a { background-color: #666BBA; }
a { background-color: rgb(102,107,186); }
div.DivClassName
{
background-color: #666BBA;
}
.BgClassName
{
background-color: #666BBA;
}
</style>
border-color css
<style>
span { border-color: #666BBA; }
span { border-color: rgb(102,107,186); }
td.TdClassName
{
border-color: #666BBA;
}
.TagClassName
{
border-color: #666BBA;
}
</style>