Shades of Chetwode Blue #6068B8
Tints of Chetwode Blue #6068B8
RGB
CMYK
RGB Variations
Color information
#6068B8 (or 0x6068B8) is known color: Chetwode Blue. HEX triplet: 60, 68 and B8. RGB value is (96,104,184). Sum of RGB (Red+Green+Blue) = 96+104+184=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 184 (72.27% from 255 or 47.92% from 384); Max value from RGB is 184 - color contains mainly: blue. Hex color #6068B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6068B8 is #9F9747. Grayscale: #6E6E6E. Windows color (decimal): -10458952 or 12085344. OLE color: 12085344.
HSL color Cylindrical-coordinate representation of color #6068B8: hue angle of 234.55º 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 #6068B8 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 104 | 184 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.28 |
| HSL | 234.55º | 0.38% | 0.55% | - |
| HSV(B) | 234.55º | 0.48% | 0.72% | - |
| XYZ | 18.43 | 15.85 | 47.44 | - |
| YUV | 110.73 | 169.35 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 184 | 0.48 | 0.43 | 0 | 0.28 | 234.55 | 0.38 | 0.55 |
| Hex | 60 | 68 | B8 | 30 | 2B | 0 | 1C | EB | 26 | 37 |
| Octal | 140 | 150 | 270 | 60 | 53 | 0 | 34 | 353 | 46 | 67 |
| Binary | 1100000 | 1101000 | 10111000 | 110000 | 101011 | 0 | 11100 | 11101011 | 100110 | 110111 |
Color Harmonies of #6068B8
Complementary color
Monochromatic Colors of #6068B8
Black with #6068B8
Text Example
Text Example
White with #6068B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6068B8; }
p { color: rgb(96,104,184); }
H1.HeaderClassName
{
color: #6068B8;
}
.AnyTagClassName
{
color: #6068B8;
}
</style>
background-color css
<style>
a { background-color: #6068B8; }
a { background-color: rgb(96,104,184); }
div.DivClassName
{
background-color: #6068B8;
}
.BgClassName
{
background-color: #6068B8;
}
</style>
border-color css
<style>
span { border-color: #6068B8; }
span { border-color: rgb(96,104,184); }
td.TdClassName
{
border-color: #6068B8;
}
.TagClassName
{
border-color: #6068B8;
}
</style>