Shades of Chetwode Blue #6079AB
Tints of Chetwode Blue #6079AB
RGB
CMYK
RGB Variations
Color information
#6079AB (or 0x6079AB) is known color: Chetwode Blue. HEX triplet: 60, 79 and AB. RGB value is (96,121,171). Sum of RGB (Red+Green+Blue) = 96+121+171=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #6079AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6079AB is #9F8654. Grayscale: #777777. Windows color (decimal): -10454613 or 11237728. OLE color: 11237728.
HSL color Cylindrical-coordinate representation of color #6079AB: hue angle of 220º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6079AB is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 121 | 171 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.33 |
| HSL | 220º | 0.31% | 0.52% | - |
| HSV(B) | 220º | 0.44% | 0.67% | - |
| XYZ | 19.01 | 19.1 | 41.21 | - |
| YUV | 119.23 | 157.22 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 171 | 0.44 | 0.29 | 0 | 0.33 | 220 | 0.31 | 0.52 |
| Hex | 60 | 79 | AB | 2C | 1D | 0 | 21 | DC | 1F | 34 |
| Octal | 140 | 171 | 253 | 54 | 35 | 0 | 41 | 334 | 37 | 64 |
| Binary | 1100000 | 1111001 | 10101011 | 101100 | 11101 | 0 | 100001 | 11011100 | 11111 | 110100 |
Color Harmonies of #6079AB
Complementary color
Monochromatic Colors of #6079AB
Black with #6079AB
Text Example
Text Example
White with #6079AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6079AB; }
p { color: rgb(96,121,171); }
H1.HeaderClassName
{
color: #6079AB;
}
.AnyTagClassName
{
color: #6079AB;
}
</style>
background-color css
<style>
a { background-color: #6079AB; }
a { background-color: rgb(96,121,171); }
div.DivClassName
{
background-color: #6079AB;
}
.BgClassName
{
background-color: #6079AB;
}
</style>
border-color css
<style>
span { border-color: #6079AB; }
span { border-color: rgb(96,121,171); }
td.TdClassName
{
border-color: #6079AB;
}
.TagClassName
{
border-color: #6079AB;
}
</style>