Shades of Chetwode Blue #666CCA
Tints of Chetwode Blue #666CCA
RGB
CMYK
RGB Variations
Color information
#666CCA (or 0x666CCA) is known color: Chetwode Blue. HEX triplet: 66, 6C and CA. RGB value is (102,108,202). Sum of RGB (Red+Green+Blue) = 102+108+202=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #666CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CCA is #999335. Grayscale: #747474. Windows color (decimal): -10064694 or 13266022. OLE color: 13266022.
HSL color Cylindrical-coordinate representation of color #666CCA: hue angle of 236.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666CCA is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 108 | 202 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.21 |
| HSL | 236.4º | 0.49% | 0.6% | - |
| HSV(B) | 236.4º | 0.5% | 0.79% | - |
| XYZ | 21.5 | 17.81 | 58.18 | - |
| YUV | 116.92 | 176.01 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 202 | 0.50 | 0.47 | 0 | 0.21 | 236.4 | 0.49 | 0.6 |
| Hex | 66 | 6C | CA | 32 | 2F | 0 | 15 | EC | 31 | 3C |
| Octal | 146 | 154 | 312 | 62 | 57 | 0 | 25 | 354 | 61 | 74 |
| Binary | 1100110 | 1101100 | 11001010 | 110010 | 101111 | 0 | 10101 | 11101100 | 110001 | 111100 |
Color Harmonies of #666CCA
Complementary color
Monochromatic Colors of #666CCA
Black with #666CCA
Text Example
Text Example
White with #666CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666CCA; }
p { color: rgb(102,108,202); }
H1.HeaderClassName
{
color: #666CCA;
}
.AnyTagClassName
{
color: #666CCA;
}
</style>
background-color css
<style>
a { background-color: #666CCA; }
a { background-color: rgb(102,108,202); }
div.DivClassName
{
background-color: #666CCA;
}
.BgClassName
{
background-color: #666CCA;
}
</style>
border-color css
<style>
span { border-color: #666CCA; }
span { border-color: rgb(102,108,202); }
td.TdClassName
{
border-color: #666CCA;
}
.TagClassName
{
border-color: #666CCA;
}
</style>