Shades of Chetwode Blue #6474BB
Tints of Chetwode Blue #6474BB
RGB
CMYK
RGB Variations
Color information
#6474BB (or 0x6474BB) is known color: Chetwode Blue. HEX triplet: 64, 74 and BB. RGB value is (100,116,187). Sum of RGB (Red+Green+Blue) = 100+116+187=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #6474BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6474BB is #9B8B44. Grayscale: #777777. Windows color (decimal): -10193733 or 12285028. OLE color: 12285028.
HSL color Cylindrical-coordinate representation of color #6474BB: hue angle of 228.97º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6474BB is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 116 | 187 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.27 |
| HSL | 228.97º | 0.39% | 0.56% | - |
| HSV(B) | 228.97º | 0.47% | 0.73% | - |
| XYZ | 20.47 | 18.79 | 49.56 | - |
| YUV | 119.31 | 166.2 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 116 | 187 | 0.47 | 0.38 | 0 | 0.27 | 228.97 | 0.39 | 0.56 |
| Hex | 64 | 74 | BB | 2F | 26 | 0 | 1B | E5 | 27 | 38 |
| Octal | 144 | 164 | 273 | 57 | 46 | 0 | 33 | 345 | 47 | 70 |
| Binary | 1100100 | 1110100 | 10111011 | 101111 | 100110 | 0 | 11011 | 11100101 | 100111 | 111000 |
Color Harmonies of #6474BB
Complementary color
Monochromatic Colors of #6474BB
Black with #6474BB
Text Example
Text Example
White with #6474BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6474BB; }
p { color: rgb(100,116,187); }
H1.HeaderClassName
{
color: #6474BB;
}
.AnyTagClassName
{
color: #6474BB;
}
</style>
background-color css
<style>
a { background-color: #6474BB; }
a { background-color: rgb(100,116,187); }
div.DivClassName
{
background-color: #6474BB;
}
.BgClassName
{
background-color: #6474BB;
}
</style>
border-color css
<style>
span { border-color: #6474BB; }
span { border-color: rgb(100,116,187); }
td.TdClassName
{
border-color: #6474BB;
}
.TagClassName
{
border-color: #6474BB;
}
</style>