Shades of Chetwode Blue #6478BC
Tints of Chetwode Blue #6478BC
RGB
CMYK
RGB Variations
Color information
#6478BC (or 0x6478BC) is known color: Chetwode Blue. HEX triplet: 64, 78 and BC. RGB value is (100,120,188). Sum of RGB (Red+Green+Blue) = 100+120+188=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #6478BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6478BC is #9B8743. Grayscale: #797979. Windows color (decimal): -10192708 or 12351588. OLE color: 12351588.
HSL color Cylindrical-coordinate representation of color #6478BC: hue angle of 226.36º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6478BC is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 120 | 188 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.26 |
| HSL | 226.36º | 0.4% | 0.56% | - |
| HSV(B) | 226.36º | 0.47% | 0.74% | - |
| XYZ | 21.05 | 19.77 | 50.28 | - |
| YUV | 121.77 | 165.37 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 188 | 0.47 | 0.36 | 0 | 0.26 | 226.36 | 0.4 | 0.56 |
| Hex | 64 | 78 | BC | 2F | 24 | 0 | 1A | E2 | 28 | 38 |
| Octal | 144 | 170 | 274 | 57 | 44 | 0 | 32 | 342 | 50 | 70 |
| Binary | 1100100 | 1111000 | 10111100 | 101111 | 100100 | 0 | 11010 | 11100010 | 101000 | 111000 |
Color Harmonies of #6478BC
Complementary color
Monochromatic Colors of #6478BC
Black with #6478BC
Text Example
Text Example
White with #6478BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6478BC; }
p { color: rgb(100,120,188); }
H1.HeaderClassName
{
color: #6478BC;
}
.AnyTagClassName
{
color: #6478BC;
}
</style>
background-color css
<style>
a { background-color: #6478BC; }
a { background-color: rgb(100,120,188); }
div.DivClassName
{
background-color: #6478BC;
}
.BgClassName
{
background-color: #6478BC;
}
</style>
border-color css
<style>
span { border-color: #6478BC; }
span { border-color: rgb(100,120,188); }
td.TdClassName
{
border-color: #6478BC;
}
.TagClassName
{
border-color: #6478BC;
}
</style>