Shades of Chetwode Blue #6068A5
Tints of Chetwode Blue #6068A5
RGB
CMYK
RGB Variations
Color information
#6068A5 (or 0x6068A5) is known color: Chetwode Blue. HEX triplet: 60, 68 and A5. RGB value is (96,104,165). Sum of RGB (Red+Green+Blue) = 96+104+165=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 165 - color contains mainly: blue. Hex color #6068A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6068A5 is #9F975A. Grayscale: #6C6C6C. Windows color (decimal): -10458971 or 10840160. OLE color: 10840160.
HSL color Cylindrical-coordinate representation of color #6068A5: hue angle of 233.04º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6068A5 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 104 | 165 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.35 |
| HSL | 233.04º | 0.28% | 0.51% | - |
| HSV(B) | 233.04º | 0.42% | 0.65% | - |
| XYZ | 16.57 | 15.1 | 37.64 | - |
| YUV | 108.56 | 159.85 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 165 | 0.42 | 0.37 | 0 | 0.35 | 233.04 | 0.28 | 0.51 |
| Hex | 60 | 68 | A5 | 2A | 25 | 0 | 23 | E9 | 1C | 33 |
| Octal | 140 | 150 | 245 | 52 | 45 | 0 | 43 | 351 | 34 | 63 |
| Binary | 1100000 | 1101000 | 10100101 | 101010 | 100101 | 0 | 100011 | 11101001 | 11100 | 110011 |
Color Harmonies of #6068A5
Complementary color
Monochromatic Colors of #6068A5
Black with #6068A5
Text Example
Text Example
White with #6068A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6068A5; }
p { color: rgb(96,104,165); }
H1.HeaderClassName
{
color: #6068A5;
}
.AnyTagClassName
{
color: #6068A5;
}
</style>
background-color css
<style>
a { background-color: #6068A5; }
a { background-color: rgb(96,104,165); }
div.DivClassName
{
background-color: #6068A5;
}
.BgClassName
{
background-color: #6068A5;
}
</style>
border-color css
<style>
span { border-color: #6068A5; }
span { border-color: rgb(96,104,165); }
td.TdClassName
{
border-color: #6068A5;
}
.TagClassName
{
border-color: #6068A5;
}
</style>