Shades of Chetwode Blue #666BC3
Tints of Chetwode Blue #666BC3
RGB
CMYK
RGB Variations
Color information
#666BC3 (or 0x666BC3) is known color: Chetwode Blue. HEX triplet: 66, 6B and C3. RGB value is (102,107,195). Sum of RGB (Red+Green+Blue) = 102+107+195=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 195 - color contains mainly: blue. Hex color #666BC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BC3 is #99943C. Grayscale: #737373. Windows color (decimal): -10064957 or 12807014. OLE color: 12807014.
HSL color Cylindrical-coordinate representation of color #666BC3: hue angle of 236.77º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #666BC3 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 107 | 195 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.24 |
| HSL | 236.77º | 0.44% | 0.58% | - |
| HSV(B) | 236.77º | 0.48% | 0.76% | - |
| XYZ | 20.59 | 17.28 | 53.88 | - |
| YUV | 115.54 | 172.84 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 195 | 0.48 | 0.45 | 0 | 0.24 | 236.77 | 0.44 | 0.58 |
| Hex | 66 | 6B | C3 | 30 | 2D | 0 | 18 | ED | 2C | 3A |
| Octal | 146 | 153 | 303 | 60 | 55 | 0 | 30 | 355 | 54 | 72 |
| Binary | 1100110 | 1101011 | 11000011 | 110000 | 101101 | 0 | 11000 | 11101101 | 101100 | 111010 |
Color Harmonies of #666BC3
Complementary color
Monochromatic Colors of #666BC3
Black with #666BC3
Text Example
Text Example
White with #666BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BC3; }
p { color: rgb(102,107,195); }
H1.HeaderClassName
{
color: #666BC3;
}
.AnyTagClassName
{
color: #666BC3;
}
</style>
background-color css
<style>
a { background-color: #666BC3; }
a { background-color: rgb(102,107,195); }
div.DivClassName
{
background-color: #666BC3;
}
.BgClassName
{
background-color: #666BC3;
}
</style>
border-color css
<style>
span { border-color: #666BC3; }
span { border-color: rgb(102,107,195); }
td.TdClassName
{
border-color: #666BC3;
}
.TagClassName
{
border-color: #666BC3;
}
</style>