Shades of Chetwode Blue #666CCB
Tints of Chetwode Blue #666CCB
RGB
CMYK
RGB Variations
Color information
#666CCB (or 0x666CCB) is known color: Chetwode Blue. HEX triplet: 66, 6C and CB. RGB value is (102,108,203). Sum of RGB (Red+Green+Blue) = 102+108+203=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #666CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CCB is #999334. Grayscale: #747474. Windows color (decimal): -10064693 or 13331558. OLE color: 13331558.
HSL color Cylindrical-coordinate representation of color #666CCB: hue angle of 236.44º 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 #666CCB is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 108 | 203 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.20 |
| HSL | 236.44º | 0.49% | 0.6% | - |
| HSV(B) | 236.44º | 0.5% | 0.8% | - |
| XYZ | 21.62 | 17.86 | 58.81 | - |
| YUV | 117.04 | 176.51 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 203 | 0.50 | 0.47 | 0 | 0.20 | 236.44 | 0.49 | 0.6 |
| Hex | 66 | 6C | CB | 32 | 2F | 0 | 14 | EC | 31 | 3C |
| Octal | 146 | 154 | 313 | 62 | 57 | 0 | 24 | 354 | 61 | 74 |
| Binary | 1100110 | 1101100 | 11001011 | 110010 | 101111 | 0 | 10100 | 11101100 | 110001 | 111100 |
Color Harmonies of #666CCB
Complementary color
Monochromatic Colors of #666CCB
Black with #666CCB
Text Example
Text Example
White with #666CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666CCB; }
p { color: rgb(102,108,203); }
H1.HeaderClassName
{
color: #666CCB;
}
.AnyTagClassName
{
color: #666CCB;
}
</style>
background-color css
<style>
a { background-color: #666CCB; }
a { background-color: rgb(102,108,203); }
div.DivClassName
{
background-color: #666CCB;
}
.BgClassName
{
background-color: #666CCB;
}
</style>
border-color css
<style>
span { border-color: #666CCB; }
span { border-color: rgb(102,108,203); }
td.TdClassName
{
border-color: #666CCB;
}
.TagClassName
{
border-color: #666CCB;
}
</style>