Shades of Chetwode Blue #666DBF
Tints of Chetwode Blue #666DBF
RGB
CMYK
RGB Variations
Color information
#666DBF (or 0x666DBF) is known color: Chetwode Blue. HEX triplet: 66, 6D and BF. RGB value is (102,109,191). Sum of RGB (Red+Green+Blue) = 102+109+191=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #666DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DBF is #999240. Grayscale: #737373. Windows color (decimal): -10064449 or 12545382. OLE color: 12545382.
HSL color Cylindrical-coordinate representation of color #666DBF: hue angle of 235.28º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #666DBF is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 109 | 191 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.25 |
| HSL | 235.28º | 0.41% | 0.57% | - |
| HSV(B) | 235.28º | 0.47% | 0.75% | - |
| XYZ | 20.35 | 17.52 | 51.6 | - |
| YUV | 116.26 | 170.18 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 191 | 0.47 | 0.43 | 0 | 0.25 | 235.28 | 0.41 | 0.57 |
| Hex | 66 | 6D | BF | 2F | 2B | 0 | 19 | EB | 29 | 39 |
| Octal | 146 | 155 | 277 | 57 | 53 | 0 | 31 | 353 | 51 | 71 |
| Binary | 1100110 | 1101101 | 10111111 | 101111 | 101011 | 0 | 11001 | 11101011 | 101001 | 111001 |
Color Harmonies of #666DBF
Complementary color
Monochromatic Colors of #666DBF
Black with #666DBF
Text Example
Text Example
White with #666DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666DBF; }
p { color: rgb(102,109,191); }
H1.HeaderClassName
{
color: #666DBF;
}
.AnyTagClassName
{
color: #666DBF;
}
</style>
background-color css
<style>
a { background-color: #666DBF; }
a { background-color: rgb(102,109,191); }
div.DivClassName
{
background-color: #666DBF;
}
.BgClassName
{
background-color: #666DBF;
}
</style>
border-color css
<style>
span { border-color: #666DBF; }
span { border-color: rgb(102,109,191); }
td.TdClassName
{
border-color: #666DBF;
}
.TagClassName
{
border-color: #666DBF;
}
</style>