Shades of Chetwode Blue #666FCF
Tints of Chetwode Blue #666FCF
RGB
CMYK
RGB Variations
Color information
#666FCF (or 0x666FCF) is known color: Chetwode Blue. HEX triplet: 66, 6F and CF. RGB value is (102,111,207). Sum of RGB (Red+Green+Blue) = 102+111+207=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #666FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666FCF is #999030. Grayscale: #767676. Windows color (decimal): -10063921 or 13594470. OLE color: 13594470.
HSL color Cylindrical-coordinate representation of color #666FCF: hue angle of 234.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #666FCF is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 111 | 207 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.19 |
| HSL | 234.86º | 0.52% | 0.61% | - |
| HSV(B) | 234.86º | 0.51% | 0.81% | - |
| XYZ | 22.43 | 18.7 | 61.46 | - |
| YUV | 119.25 | 177.52 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 207 | 0.51 | 0.46 | 0 | 0.19 | 234.86 | 0.52 | 0.61 |
| Hex | 66 | 6F | CF | 33 | 2E | 0 | 13 | EB | 34 | 3D |
| Octal | 146 | 157 | 317 | 63 | 56 | 0 | 23 | 353 | 64 | 75 |
| Binary | 1100110 | 1101111 | 11001111 | 110011 | 101110 | 0 | 10011 | 11101011 | 110100 | 111101 |
Color Harmonies of #666FCF
Complementary color
Monochromatic Colors of #666FCF
Black with #666FCF
Text Example
Text Example
White with #666FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666FCF; }
p { color: rgb(102,111,207); }
H1.HeaderClassName
{
color: #666FCF;
}
.AnyTagClassName
{
color: #666FCF;
}
</style>
background-color css
<style>
a { background-color: #666FCF; }
a { background-color: rgb(102,111,207); }
div.DivClassName
{
background-color: #666FCF;
}
.BgClassName
{
background-color: #666FCF;
}
</style>
border-color css
<style>
span { border-color: #666FCF; }
span { border-color: rgb(102,111,207); }
td.TdClassName
{
border-color: #666FCF;
}
.TagClassName
{
border-color: #666FCF;
}
</style>