Shades of Chetwode Blue #6478CC
Tints of Chetwode Blue #6478CC
RGB
CMYK
RGB Variations
Color information
#6478CC (or 0x6478CC) is known color: Chetwode Blue. HEX triplet: 64, 78 and CC. RGB value is (100,120,204). Sum of RGB (Red+Green+Blue) = 100+120+204=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #6478CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6478CC is #9B8733. Grayscale: #7B7B7B. Windows color (decimal): -10192692 or 13400164. OLE color: 13400164.
HSL color Cylindrical-coordinate representation of color #6478CC: hue angle of 228.46º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6478CC is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 120 | 204 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.2 |
| HSL | 228.46º | 0.5% | 0.6% | - |
| HSV(B) | 228.46º | 0.51% | 0.8% | - |
| XYZ | 22.87 | 20.5 | 59.88 | - |
| YUV | 123.6 | 173.37 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 204 | 0.51 | 0.41 | 0 | 0.2 | 228.46 | 0.5 | 0.6 |
| Hex | 64 | 78 | CC | 33 | 29 | 0 | 14 | E4 | 32 | 3C |
| Octal | 144 | 170 | 314 | 63 | 51 | 0 | 24 | 344 | 62 | 74 |
| Binary | 1100100 | 1111000 | 11001100 | 110011 | 101001 | 0 | 10100 | 11100100 | 110010 | 111100 |
Color Harmonies of #6478CC
Complementary color
Monochromatic Colors of #6478CC
Black with #6478CC
Text Example
Text Example
White with #6478CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6478CC; }
p { color: rgb(100,120,204); }
H1.HeaderClassName
{
color: #6478CC;
}
.AnyTagClassName
{
color: #6478CC;
}
</style>
background-color css
<style>
a { background-color: #6478CC; }
a { background-color: rgb(100,120,204); }
div.DivClassName
{
background-color: #6478CC;
}
.BgClassName
{
background-color: #6478CC;
}
</style>
border-color css
<style>
span { border-color: #6478CC; }
span { border-color: rgb(100,120,204); }
td.TdClassName
{
border-color: #6478CC;
}
.TagClassName
{
border-color: #6478CC;
}
</style>