Shades of Chetwode Blue #6075B8
Tints of Chetwode Blue #6075B8
RGB
CMYK
RGB Variations
Color information
#6075B8 (or 0x6075B8) is known color: Chetwode Blue. HEX triplet: 60, 75 and B8. RGB value is (96,117,184). Sum of RGB (Red+Green+Blue) = 96+117+184=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 184 (72.27% from 255 or 46.35% from 397); Max value from RGB is 184 - color contains mainly: blue. Hex color #6075B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6075B8 is #9F8A47. Grayscale: #767676. Windows color (decimal): -10455624 or 12088672. OLE color: 12088672.
HSL color Cylindrical-coordinate representation of color #6075B8: hue angle of 225.68º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6075B8 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 117 | 184 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.28 |
| HSL | 225.68º | 0.38% | 0.55% | - |
| HSV(B) | 225.68º | 0.48% | 0.72% | - |
| XYZ | 19.84 | 18.67 | 47.91 | - |
| YUV | 118.36 | 165.04 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 184 | 0.48 | 0.36 | 0 | 0.28 | 225.68 | 0.38 | 0.55 |
| Hex | 60 | 75 | B8 | 30 | 24 | 0 | 1C | E2 | 26 | 37 |
| Octal | 140 | 165 | 270 | 60 | 44 | 0 | 34 | 342 | 46 | 67 |
| Binary | 1100000 | 1110101 | 10111000 | 110000 | 100100 | 0 | 11100 | 11100010 | 100110 | 110111 |
Color Harmonies of #6075B8
Complementary color
Monochromatic Colors of #6075B8
Black with #6075B8
Text Example
Text Example
White with #6075B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6075B8; }
p { color: rgb(96,117,184); }
H1.HeaderClassName
{
color: #6075B8;
}
.AnyTagClassName
{
color: #6075B8;
}
</style>
background-color css
<style>
a { background-color: #6075B8; }
a { background-color: rgb(96,117,184); }
div.DivClassName
{
background-color: #6075B8;
}
.BgClassName
{
background-color: #6075B8;
}
</style>
border-color css
<style>
span { border-color: #6075B8; }
span { border-color: rgb(96,117,184); }
td.TdClassName
{
border-color: #6075B8;
}
.TagClassName
{
border-color: #6075B8;
}
</style>