Shades of Chetwode Blue #5F68B6
Tints of Chetwode Blue #5F68B6
RGB
CMYK
RGB Variations
Color information
#5F68B6 (or 0x5F68B6) is known color: Chetwode Blue. HEX triplet: 5F, 68 and B6. RGB value is (95,104,182). Sum of RGB (Red+Green+Blue) = 95+104+182=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 182 (71.48% from 255 or 47.77% from 381); Max value from RGB is 182 - color contains mainly: blue. Hex color #5F68B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F68B6 is #A09749. Grayscale: #6D6D6D. Windows color (decimal): -10524490 or 11954271. OLE color: 11954271.
HSL color Cylindrical-coordinate representation of color #5F68B6: hue angle of 233.79º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F68B6 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 104 | 182 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.29 |
| HSL | 233.79º | 0.37% | 0.54% | - |
| HSV(B) | 233.79º | 0.48% | 0.71% | - |
| XYZ | 18.11 | 15.71 | 46.33 | - |
| YUV | 110.2 | 168.52 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 104 | 182 | 0.48 | 0.43 | 0 | 0.29 | 233.79 | 0.37 | 0.54 |
| Hex | 5F | 68 | B6 | 30 | 2B | 0 | 1D | EA | 25 | 36 |
| Octal | 137 | 150 | 266 | 60 | 53 | 0 | 35 | 352 | 45 | 66 |
| Binary | 1011111 | 1101000 | 10110110 | 110000 | 101011 | 0 | 11101 | 11101010 | 100101 | 110110 |
Color Harmonies of #5F68B6
Complementary color
Monochromatic Colors of #5F68B6
Black with #5F68B6
Text Example
Text Example
White with #5F68B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F68B6; }
p { color: rgb(95,104,182); }
H1.HeaderClassName
{
color: #5F68B6;
}
.AnyTagClassName
{
color: #5F68B6;
}
</style>
background-color css
<style>
a { background-color: #5F68B6; }
a { background-color: rgb(95,104,182); }
div.DivClassName
{
background-color: #5F68B6;
}
.BgClassName
{
background-color: #5F68B6;
}
</style>
border-color css
<style>
span { border-color: #5F68B6; }
span { border-color: rgb(95,104,182); }
td.TdClassName
{
border-color: #5F68B6;
}
.TagClassName
{
border-color: #5F68B6;
}
</style>