Shades of Chetwode Blue #6069A5
Tints of Chetwode Blue #6069A5
RGB
CMYK
RGB Variations
Color information
#6069A5 (or 0x6069A5) is known color: Chetwode Blue. HEX triplet: 60, 69 and A5. RGB value is (96,105,165). Sum of RGB (Red+Green+Blue) = 96+105+165=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 165 - color contains mainly: blue. Hex color #6069A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6069A5 is #9F965A. Grayscale: #6C6C6C. Windows color (decimal): -10458715 or 10840416. OLE color: 10840416.
HSL color Cylindrical-coordinate representation of color #6069A5: hue angle of 232.17º 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 #6069A5 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 105 | 165 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.35 |
| HSL | 232.17º | 0.28% | 0.51% | - |
| HSV(B) | 232.17º | 0.42% | 0.65% | - |
| XYZ | 16.67 | 15.31 | 37.67 | - |
| YUV | 109.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 165 | 0.42 | 0.36 | 0 | 0.35 | 232.17 | 0.28 | 0.51 |
| Hex | 60 | 69 | A5 | 2A | 24 | 0 | 23 | E8 | 1C | 33 |
| Octal | 140 | 151 | 245 | 52 | 44 | 0 | 43 | 350 | 34 | 63 |
| Binary | 1100000 | 1101001 | 10100101 | 101010 | 100100 | 0 | 100011 | 11101000 | 11100 | 110011 |
Color Harmonies of #6069A5
Complementary color
Monochromatic Colors of #6069A5
Black with #6069A5
Text Example
Text Example
White with #6069A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6069A5; }
p { color: rgb(96,105,165); }
H1.HeaderClassName
{
color: #6069A5;
}
.AnyTagClassName
{
color: #6069A5;
}
</style>
background-color css
<style>
a { background-color: #6069A5; }
a { background-color: rgb(96,105,165); }
div.DivClassName
{
background-color: #6069A5;
}
.BgClassName
{
background-color: #6069A5;
}
</style>
border-color css
<style>
span { border-color: #6069A5; }
span { border-color: rgb(96,105,165); }
td.TdClassName
{
border-color: #6069A5;
}
.TagClassName
{
border-color: #6069A5;
}
</style>