Shades of Chetwode Blue #666FCB
Tints of Chetwode Blue #666FCB
RGB
CMYK
RGB Variations
Color information
#666FCB (or 0x666FCB) is known color: Chetwode Blue. HEX triplet: 66, 6F and CB. RGB value is (102,111,203). Sum of RGB (Red+Green+Blue) = 102+111+203=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #666FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666FCB is #999034. Grayscale: #767676. Windows color (decimal): -10063925 or 13332326. OLE color: 13332326.
HSL color Cylindrical-coordinate representation of color #666FCB: hue angle of 234.65º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666FCB is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 111 | 203 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.20 |
| HSL | 234.65º | 0.49% | 0.6% | - |
| HSV(B) | 234.65º | 0.5% | 0.8% | - |
| XYZ | 21.94 | 18.51 | 58.92 | - |
| YUV | 118.8 | 175.52 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 203 | 0.50 | 0.45 | 0 | 0.20 | 234.65 | 0.49 | 0.6 |
| Hex | 66 | 6F | CB | 32 | 2D | 0 | 14 | EB | 31 | 3C |
| Octal | 146 | 157 | 313 | 62 | 55 | 0 | 24 | 353 | 61 | 74 |
| Binary | 1100110 | 1101111 | 11001011 | 110010 | 101101 | 0 | 10100 | 11101011 | 110001 | 111100 |
Color Harmonies of #666FCB
Complementary color
Monochromatic Colors of #666FCB
Black with #666FCB
Text Example
Text Example
White with #666FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666FCB; }
p { color: rgb(102,111,203); }
H1.HeaderClassName
{
color: #666FCB;
}
.AnyTagClassName
{
color: #666FCB;
}
</style>
background-color css
<style>
a { background-color: #666FCB; }
a { background-color: rgb(102,111,203); }
div.DivClassName
{
background-color: #666FCB;
}
.BgClassName
{
background-color: #666FCB;
}
</style>
border-color css
<style>
span { border-color: #666FCB; }
span { border-color: rgb(102,111,203); }
td.TdClassName
{
border-color: #666FCB;
}
.TagClassName
{
border-color: #666FCB;
}
</style>