Shades of Chetwode Blue #5F6DB4
Tints of Chetwode Blue #5F6DB4
RGB
CMYK
RGB Variations
Color information
#5F6DB4 (or 0x5F6DB4) is known color: Chetwode Blue. HEX triplet: 5F, 6D and B4. RGB value is (95,109,180). Sum of RGB (Red+Green+Blue) = 95+109+180=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 180 - color contains mainly: blue. Hex color #5F6DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6DB4 is #A0924B. Grayscale: #707070. Windows color (decimal): -10523212 or 11824479. OLE color: 11824479.
HSL color Cylindrical-coordinate representation of color #5F6DB4: hue angle of 230.12º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F6DB4 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 109 | 180 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.29 |
| HSL | 230.12º | 0.36% | 0.54% | - |
| HSV(B) | 230.12º | 0.47% | 0.71% | - |
| XYZ | 18.43 | 16.67 | 45.43 | - |
| YUV | 112.91 | 165.86 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 109 | 180 | 0.47 | 0.39 | 0 | 0.29 | 230.12 | 0.36 | 0.54 |
| Hex | 5F | 6D | B4 | 2F | 27 | 0 | 1D | E6 | 24 | 36 |
| Octal | 137 | 155 | 264 | 57 | 47 | 0 | 35 | 346 | 44 | 66 |
| Binary | 1011111 | 1101101 | 10110100 | 101111 | 100111 | 0 | 11101 | 11100110 | 100100 | 110110 |
Color Harmonies of #5F6DB4
Complementary color
Monochromatic Colors of #5F6DB4
Black with #5F6DB4
Text Example
Text Example
White with #5F6DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6DB4; }
p { color: rgb(95,109,180); }
H1.HeaderClassName
{
color: #5F6DB4;
}
.AnyTagClassName
{
color: #5F6DB4;
}
</style>
background-color css
<style>
a { background-color: #5F6DB4; }
a { background-color: rgb(95,109,180); }
div.DivClassName
{
background-color: #5F6DB4;
}
.BgClassName
{
background-color: #5F6DB4;
}
</style>
border-color css
<style>
span { border-color: #5F6DB4; }
span { border-color: rgb(95,109,180); }
td.TdClassName
{
border-color: #5F6DB4;
}
.TagClassName
{
border-color: #5F6DB4;
}
</style>