Shades of Chetwode Blue #6065AE
Tints of Chetwode Blue #6065AE
RGB
CMYK
RGB Variations
Color information
#6065AE (or 0x6065AE) is known color: Chetwode Blue. HEX triplet: 60, 65 and AE. RGB value is (96,101,174). Sum of RGB (Red+Green+Blue) = 96+101+174=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #6065AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6065AE is #9F9A51. Grayscale: #6B6B6B. Windows color (decimal): -10459730 or 11429216. OLE color: 11429216.
HSL color Cylindrical-coordinate representation of color #6065AE: hue angle of 236.15º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6065AE is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 101 | 174 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.32 |
| HSL | 236.15º | 0.33% | 0.53% | - |
| HSV(B) | 236.15º | 0.45% | 0.68% | - |
| XYZ | 17.12 | 14.85 | 42.01 | - |
| YUV | 107.83 | 165.34 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 174 | 0.45 | 0.42 | 0 | 0.32 | 236.15 | 0.33 | 0.53 |
| Hex | 60 | 65 | AE | 2D | 2A | 0 | 20 | EC | 20 | 35 |
| Octal | 140 | 145 | 256 | 55 | 52 | 0 | 40 | 354 | 40 | 65 |
| Binary | 1100000 | 1100101 | 10101110 | 101101 | 101010 | 0 | 100000 | 11101100 | 100000 | 110101 |
Color Harmonies of #6065AE
Complementary color
Monochromatic Colors of #6065AE
Black with #6065AE
Text Example
Text Example
White with #6065AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6065AE; }
p { color: rgb(96,101,174); }
H1.HeaderClassName
{
color: #6065AE;
}
.AnyTagClassName
{
color: #6065AE;
}
</style>
background-color css
<style>
a { background-color: #6065AE; }
a { background-color: rgb(96,101,174); }
div.DivClassName
{
background-color: #6065AE;
}
.BgClassName
{
background-color: #6065AE;
}
</style>
border-color css
<style>
span { border-color: #6065AE; }
span { border-color: rgb(96,101,174); }
td.TdClassName
{
border-color: #6065AE;
}
.TagClassName
{
border-color: #6065AE;
}
</style>