Shades of Chetwode Blue #6472BE
Tints of Chetwode Blue #6472BE
RGB
CMYK
RGB Variations
Color information
#6472BE (or 0x6472BE) is known color: Chetwode Blue. HEX triplet: 64, 72 and BE. RGB value is (100,114,190). Sum of RGB (Red+Green+Blue) = 100+114+190=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #6472BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6472BE is #9B8D41. Grayscale: #767676. Windows color (decimal): -10194242 or 12481124. OLE color: 12481124.
HSL color Cylindrical-coordinate representation of color #6472BE: hue angle of 230.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6472BE is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 114 | 190 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.25 |
| HSL | 230.67º | 0.41% | 0.57% | - |
| HSV(B) | 230.67º | 0.47% | 0.75% | - |
| XYZ | 20.57 | 18.46 | 51.19 | - |
| YUV | 118.48 | 168.36 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 114 | 190 | 0.47 | 0.40 | 0 | 0.25 | 230.67 | 0.41 | 0.57 |
| Hex | 64 | 72 | BE | 2F | 28 | 0 | 19 | E7 | 29 | 39 |
| Octal | 144 | 162 | 276 | 57 | 50 | 0 | 31 | 347 | 51 | 71 |
| Binary | 1100100 | 1110010 | 10111110 | 101111 | 101000 | 0 | 11001 | 11100111 | 101001 | 111001 |
Color Harmonies of #6472BE
Complementary color
Monochromatic Colors of #6472BE
Black with #6472BE
Text Example
Text Example
White with #6472BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6472BE; }
p { color: rgb(100,114,190); }
H1.HeaderClassName
{
color: #6472BE;
}
.AnyTagClassName
{
color: #6472BE;
}
</style>
background-color css
<style>
a { background-color: #6472BE; }
a { background-color: rgb(100,114,190); }
div.DivClassName
{
background-color: #6472BE;
}
.BgClassName
{
background-color: #6472BE;
}
</style>
border-color css
<style>
span { border-color: #6472BE; }
span { border-color: rgb(100,114,190); }
td.TdClassName
{
border-color: #6472BE;
}
.TagClassName
{
border-color: #6472BE;
}
</style>