Shades of Chetwode Blue #666FC4
Tints of Chetwode Blue #666FC4
RGB
CMYK
RGB Variations
Color information
#666FC4 (or 0x666FC4) is known color: Chetwode Blue. HEX triplet: 66, 6F and C4. RGB value is (102,111,196). Sum of RGB (Red+Green+Blue) = 102+111+196=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #666FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666FC4 is #99903B. Grayscale: #757575. Windows color (decimal): -10063932 or 12873574. OLE color: 12873574.
HSL color Cylindrical-coordinate representation of color #666FC4: hue angle of 234.26º 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 #666FC4 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 111 | 196 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.23 |
| HSL | 234.26º | 0.44% | 0.58% | - |
| HSV(B) | 234.26º | 0.48% | 0.77% | - |
| XYZ | 21.13 | 18.18 | 54.62 | - |
| YUV | 118 | 172.02 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 196 | 0.48 | 0.43 | 0 | 0.23 | 234.26 | 0.44 | 0.58 |
| Hex | 66 | 6F | C4 | 30 | 2B | 0 | 17 | EA | 2C | 3A |
| Octal | 146 | 157 | 304 | 60 | 53 | 0 | 27 | 352 | 54 | 72 |
| Binary | 1100110 | 1101111 | 11000100 | 110000 | 101011 | 0 | 10111 | 11101010 | 101100 | 111010 |
Color Harmonies of #666FC4
Complementary color
Monochromatic Colors of #666FC4
Black with #666FC4
Text Example
Text Example
White with #666FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666FC4; }
p { color: rgb(102,111,196); }
H1.HeaderClassName
{
color: #666FC4;
}
.AnyTagClassName
{
color: #666FC4;
}
</style>
background-color css
<style>
a { background-color: #666FC4; }
a { background-color: rgb(102,111,196); }
div.DivClassName
{
background-color: #666FC4;
}
.BgClassName
{
background-color: #666FC4;
}
</style>
border-color css
<style>
span { border-color: #666FC4; }
span { border-color: rgb(102,111,196); }
td.TdClassName
{
border-color: #666FC4;
}
.TagClassName
{
border-color: #666FC4;
}
</style>