Shades of Chetwode Blue #6479CC
Tints of Chetwode Blue #6479CC
RGB
CMYK
RGB Variations
Color information
#6479CC (or 0x6479CC) is known color: Chetwode Blue. HEX triplet: 64, 79 and CC. RGB value is (100,121,204). Sum of RGB (Red+Green+Blue) = 100+121+204=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #6479CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6479CC is #9B8633. Grayscale: #7B7B7B. Windows color (decimal): -10192436 or 13400420. OLE color: 13400420.
HSL color Cylindrical-coordinate representation of color #6479CC: hue angle of 227.88º 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 #6479CC is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 121 | 204 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.2 |
| HSL | 227.88º | 0.5% | 0.6% | - |
| HSV(B) | 227.88º | 0.51% | 0.8% | - |
| XYZ | 22.99 | 20.74 | 59.92 | - |
| YUV | 124.18 | 173.04 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 121 | 204 | 0.51 | 0.41 | 0 | 0.2 | 227.88 | 0.5 | 0.6 |
| Hex | 64 | 79 | CC | 33 | 29 | 0 | 14 | E4 | 32 | 3C |
| Octal | 144 | 171 | 314 | 63 | 51 | 0 | 24 | 344 | 62 | 74 |
| Binary | 1100100 | 1111001 | 11001100 | 110011 | 101001 | 0 | 10100 | 11100100 | 110010 | 111100 |
Color Harmonies of #6479CC
Complementary color
Monochromatic Colors of #6479CC
Black with #6479CC
Text Example
Text Example
White with #6479CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6479CC; }
p { color: rgb(100,121,204); }
H1.HeaderClassName
{
color: #6479CC;
}
.AnyTagClassName
{
color: #6479CC;
}
</style>
background-color css
<style>
a { background-color: #6479CC; }
a { background-color: rgb(100,121,204); }
div.DivClassName
{
background-color: #6479CC;
}
.BgClassName
{
background-color: #6479CC;
}
</style>
border-color css
<style>
span { border-color: #6479CC; }
span { border-color: rgb(100,121,204); }
td.TdClassName
{
border-color: #6479CC;
}
.TagClassName
{
border-color: #6479CC;
}
</style>