Shades of Chetwode Blue #666BC4
Tints of Chetwode Blue #666BC4
RGB
CMYK
RGB Variations
Color information
#666BC4 (or 0x666BC4) is known color: Chetwode Blue. HEX triplet: 66, 6B and C4. RGB value is (102,107,196). Sum of RGB (Red+Green+Blue) = 102+107+196=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 196 (76.95% from 255 or 48.40% from 405); Max value from RGB is 196 - color contains mainly: blue. Hex color #666BC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BC4 is #99943B. Grayscale: #737373. Windows color (decimal): -10064956 or 12872550. OLE color: 12872550.
HSL color Cylindrical-coordinate representation of color #666BC4: hue angle of 236.81º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #666BC4 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 107 | 196 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.23 |
| HSL | 236.81º | 0.44% | 0.58% | - |
| HSV(B) | 236.81º | 0.48% | 0.77% | - |
| XYZ | 20.7 | 17.33 | 54.48 | - |
| YUV | 115.65 | 173.34 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 196 | 0.48 | 0.45 | 0 | 0.23 | 236.81 | 0.44 | 0.58 |
| Hex | 66 | 6B | C4 | 30 | 2D | 0 | 17 | ED | 2C | 3A |
| Octal | 146 | 153 | 304 | 60 | 55 | 0 | 27 | 355 | 54 | 72 |
| Binary | 1100110 | 1101011 | 11000100 | 110000 | 101101 | 0 | 10111 | 11101101 | 101100 | 111010 |
Color Harmonies of #666BC4
Complementary color
Monochromatic Colors of #666BC4
Black with #666BC4
Text Example
Text Example
White with #666BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BC4; }
p { color: rgb(102,107,196); }
H1.HeaderClassName
{
color: #666BC4;
}
.AnyTagClassName
{
color: #666BC4;
}
</style>
background-color css
<style>
a { background-color: #666BC4; }
a { background-color: rgb(102,107,196); }
div.DivClassName
{
background-color: #666BC4;
}
.BgClassName
{
background-color: #666BC4;
}
</style>
border-color css
<style>
span { border-color: #666BC4; }
span { border-color: rgb(102,107,196); }
td.TdClassName
{
border-color: #666BC4;
}
.TagClassName
{
border-color: #666BC4;
}
</style>