Shades of Chetwode Blue #6478C4
Tints of Chetwode Blue #6478C4
RGB
CMYK
RGB Variations
Color information
#6478C4 (or 0x6478C4) is known color: Chetwode Blue. HEX triplet: 64, 78 and C4. RGB value is (100,120,196). Sum of RGB (Red+Green+Blue) = 100+120+196=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 196 (76.95% from 255 or 47.12% from 416); Max value from RGB is 196 - color contains mainly: blue. Hex color #6478C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6478C4 is #9B873B. Grayscale: #7A7A7A. Windows color (decimal): -10192700 or 12875876. OLE color: 12875876.
HSL color Cylindrical-coordinate representation of color #6478C4: hue angle of 227.5º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6478C4 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 120 | 196 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.23 |
| HSL | 227.5º | 0.45% | 0.58% | - |
| HSV(B) | 227.5º | 0.49% | 0.77% | - |
| XYZ | 21.94 | 20.13 | 54.95 | - |
| YUV | 122.68 | 169.37 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 196 | 0.49 | 0.39 | 0 | 0.23 | 227.5 | 0.45 | 0.58 |
| Hex | 64 | 78 | C4 | 31 | 27 | 0 | 17 | E4 | 2D | 3A |
| Octal | 144 | 170 | 304 | 61 | 47 | 0 | 27 | 344 | 55 | 72 |
| Binary | 1100100 | 1111000 | 11000100 | 110001 | 100111 | 0 | 10111 | 11100100 | 101101 | 111010 |
Color Harmonies of #6478C4
Complementary color
Monochromatic Colors of #6478C4
Black with #6478C4
Text Example
Text Example
White with #6478C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6478C4; }
p { color: rgb(100,120,196); }
H1.HeaderClassName
{
color: #6478C4;
}
.AnyTagClassName
{
color: #6478C4;
}
</style>
background-color css
<style>
a { background-color: #6478C4; }
a { background-color: rgb(100,120,196); }
div.DivClassName
{
background-color: #6478C4;
}
.BgClassName
{
background-color: #6478C4;
}
</style>
border-color css
<style>
span { border-color: #6478C4; }
span { border-color: rgb(100,120,196); }
td.TdClassName
{
border-color: #6478C4;
}
.TagClassName
{
border-color: #6478C4;
}
</style>