Shades of Chetwode Blue #6479B6
Tints of Chetwode Blue #6479B6
RGB
CMYK
RGB Variations
Color information
#6479B6 (or 0x6479B6) is known color: Chetwode Blue. HEX triplet: 64, 79 and B6. RGB value is (100,121,182). Sum of RGB (Red+Green+Blue) = 100+121+182=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #6479B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6479B6 is #9B8649. Grayscale: #797979. Windows color (decimal): -10192458 or 11958628. OLE color: 11958628.
HSL color Cylindrical-coordinate representation of color #6479B6: hue angle of 224.63º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6479B6 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 121 | 182 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.29 |
| HSL | 224.63º | 0.36% | 0.55% | - |
| HSV(B) | 224.63º | 0.45% | 0.71% | - |
| XYZ | 20.54 | 19.76 | 46.99 | - |
| YUV | 121.68 | 162.04 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 121 | 182 | 0.45 | 0.34 | 0 | 0.29 | 224.63 | 0.36 | 0.55 |
| Hex | 64 | 79 | B6 | 2D | 22 | 0 | 1D | E1 | 24 | 37 |
| Octal | 144 | 171 | 266 | 55 | 42 | 0 | 35 | 341 | 44 | 67 |
| Binary | 1100100 | 1111001 | 10110110 | 101101 | 100010 | 0 | 11101 | 11100001 | 100100 | 110111 |
Color Harmonies of #6479B6
Complementary color
Monochromatic Colors of #6479B6
Black with #6479B6
Text Example
Text Example
White with #6479B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6479B6; }
p { color: rgb(100,121,182); }
H1.HeaderClassName
{
color: #6479B6;
}
.AnyTagClassName
{
color: #6479B6;
}
</style>
background-color css
<style>
a { background-color: #6479B6; }
a { background-color: rgb(100,121,182); }
div.DivClassName
{
background-color: #6479B6;
}
.BgClassName
{
background-color: #6479B6;
}
</style>
border-color css
<style>
span { border-color: #6479B6; }
span { border-color: rgb(100,121,182); }
td.TdClassName
{
border-color: #6479B6;
}
.TagClassName
{
border-color: #6479B6;
}
</style>