Shades of Chetwode Blue #6471B3
Tints of Chetwode Blue #6471B3
RGB
CMYK
RGB Variations
Color information
#6471B3 (or 0x6471B3) is known color: Chetwode Blue. HEX triplet: 64, 71 and B3. RGB value is (100,113,179). Sum of RGB (Red+Green+Blue) = 100+113+179=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 179 - color contains mainly: blue. Hex color #6471B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6471B3 is #9B8E4C. Grayscale: #747474. Windows color (decimal): -10194509 or 11759972. OLE color: 11759972.
HSL color Cylindrical-coordinate representation of color #6471B3: hue angle of 230.13º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6471B3 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 113 | 179 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.30 |
| HSL | 230.13º | 0.34% | 0.55% | - |
| HSV(B) | 230.13º | 0.44% | 0.7% | - |
| XYZ | 19.3 | 17.77 | 45.06 | - |
| YUV | 116.64 | 163.19 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 113 | 179 | 0.44 | 0.37 | 0 | 0.30 | 230.13 | 0.34 | 0.55 |
| Hex | 64 | 71 | B3 | 2C | 25 | 0 | 1E | E6 | 22 | 37 |
| Octal | 144 | 161 | 263 | 54 | 45 | 0 | 36 | 346 | 42 | 67 |
| Binary | 1100100 | 1110001 | 10110011 | 101100 | 100101 | 0 | 11110 | 11100110 | 100010 | 110111 |
Color Harmonies of #6471B3
Complementary color
Monochromatic Colors of #6471B3
Black with #6471B3
Text Example
Text Example
White with #6471B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6471B3; }
p { color: rgb(100,113,179); }
H1.HeaderClassName
{
color: #6471B3;
}
.AnyTagClassName
{
color: #6471B3;
}
</style>
background-color css
<style>
a { background-color: #6471B3; }
a { background-color: rgb(100,113,179); }
div.DivClassName
{
background-color: #6471B3;
}
.BgClassName
{
background-color: #6471B3;
}
</style>
border-color css
<style>
span { border-color: #6471B3; }
span { border-color: rgb(100,113,179); }
td.TdClassName
{
border-color: #6471B3;
}
.TagClassName
{
border-color: #6471B3;
}
</style>