Shades of Chetwode Blue #6174B6
Tints of Chetwode Blue #6174B6
RGB
CMYK
RGB Variations
Color information
#6174B6 (or 0x6174B6) is known color: Chetwode Blue. HEX triplet: 61, 74 and B6. RGB value is (97,116,182). Sum of RGB (Red+Green+Blue) = 97+116+182=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #6174B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6174B6 is #9E8B49. Grayscale: #757575. Windows color (decimal): -10390346 or 11957345. OLE color: 11957345.
HSL color Cylindrical-coordinate representation of color #6174B6: hue angle of 226.59º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6174B6 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 116 | 182 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.29 |
| HSL | 226.59º | 0.37% | 0.55% | - |
| HSV(B) | 226.59º | 0.47% | 0.71% | - |
| XYZ | 19.62 | 18.41 | 46.78 | - |
| YUV | 117.84 | 164.21 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 116 | 182 | 0.47 | 0.36 | 0 | 0.29 | 226.59 | 0.37 | 0.55 |
| Hex | 61 | 74 | B6 | 2F | 24 | 0 | 1D | E3 | 25 | 37 |
| Octal | 141 | 164 | 266 | 57 | 44 | 0 | 35 | 343 | 45 | 67 |
| Binary | 1100001 | 1110100 | 10110110 | 101111 | 100100 | 0 | 11101 | 11100011 | 100101 | 110111 |
Color Harmonies of #6174B6
Complementary color
Monochromatic Colors of #6174B6
Black with #6174B6
Text Example
Text Example
White with #6174B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6174B6; }
p { color: rgb(97,116,182); }
H1.HeaderClassName
{
color: #6174B6;
}
.AnyTagClassName
{
color: #6174B6;
}
</style>
background-color css
<style>
a { background-color: #6174B6; }
a { background-color: rgb(97,116,182); }
div.DivClassName
{
background-color: #6174B6;
}
.BgClassName
{
background-color: #6174B6;
}
</style>
border-color css
<style>
span { border-color: #6174B6; }
span { border-color: rgb(97,116,182); }
td.TdClassName
{
border-color: #6174B6;
}
.TagClassName
{
border-color: #6174B6;
}
</style>