Shades of Chetwode Blue #6466C2
Tints of Chetwode Blue #6466C2
RGB
CMYK
RGB Variations
Color information
#6466C2 (or 0x6466C2) is known color: Chetwode Blue. HEX triplet: 64, 66 and C2. RGB value is (100,102,194). Sum of RGB (Red+Green+Blue) = 100+102+194=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #6466C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6466C2 is #9B993D. Grayscale: #6F6F6F. Windows color (decimal): -10197310 or 12740196. OLE color: 12740196.
HSL color Cylindrical-coordinate representation of color #6466C2: hue angle of 238.72º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6466C2 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 102 | 194 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.24 |
| HSL | 238.72º | 0.44% | 0.58% | - |
| HSV(B) | 238.72º | 0.48% | 0.76% | - |
| XYZ | 19.74 | 16.11 | 53.11 | - |
| YUV | 111.89 | 174.34 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 194 | 0.48 | 0.47 | 0 | 0.24 | 238.72 | 0.44 | 0.58 |
| Hex | 64 | 66 | C2 | 30 | 2F | 0 | 18 | EF | 2C | 3A |
| Octal | 144 | 146 | 302 | 60 | 57 | 0 | 30 | 357 | 54 | 72 |
| Binary | 1100100 | 1100110 | 11000010 | 110000 | 101111 | 0 | 11000 | 11101111 | 101100 | 111010 |
Color Harmonies of #6466C2
Complementary color
Monochromatic Colors of #6466C2
Black with #6466C2
Text Example
Text Example
White with #6466C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6466C2; }
p { color: rgb(100,102,194); }
H1.HeaderClassName
{
color: #6466C2;
}
.AnyTagClassName
{
color: #6466C2;
}
</style>
background-color css
<style>
a { background-color: #6466C2; }
a { background-color: rgb(100,102,194); }
div.DivClassName
{
background-color: #6466C2;
}
.BgClassName
{
background-color: #6466C2;
}
</style>
border-color css
<style>
span { border-color: #6466C2; }
span { border-color: rgb(100,102,194); }
td.TdClassName
{
border-color: #6466C2;
}
.TagClassName
{
border-color: #6466C2;
}
</style>