Shades of Cadet Blue #6797A0
Tints of Cadet Blue #6797A0
RGB
CMYK
RGB Variations
Color information
#6797A0 (or 0x6797A0) is known color: Cadet Blue. HEX triplet: 67, 97 and A0. RGB value is (103,151,160). Sum of RGB (Red+Green+Blue) = 103+151+160=414 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.88% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 160 - color contains mainly: blue. Hex color #6797A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6797A0 is #98685F. Grayscale: #898989. Windows color (decimal): -9988192 or 10524519. OLE color: 10524519.
HSL color Cylindrical-coordinate representation of color #6797A0: hue angle of 189.47º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6797A0 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 151 | 160 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.37 |
| HSL | 189.47º | 0.23% | 0.52% | - |
| HSV(B) | 189.47º | 0.36% | 0.63% | - |
| XYZ | 23.01 | 27.55 | 37.36 | - |
| YUV | 137.67 | 140.6 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 160 | 0.36 | 0.06 | 0 | 0.37 | 189.47 | 0.23 | 0.52 |
| Hex | 67 | 97 | A0 | 24 | 6 | 0 | 25 | BD | 17 | 34 |
| Octal | 147 | 227 | 240 | 44 | 6 | 0 | 45 | 275 | 27 | 64 |
| Binary | 1100111 | 10010111 | 10100000 | 100100 | 110 | 0 | 100101 | 10111101 | 10111 | 110100 |
Color Harmonies of #6797A0
Complementary color
Monochromatic Colors of #6797A0
Black with #6797A0
Text Example
Text Example
White with #6797A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6797A0; }
p { color: rgb(103,151,160); }
H1.HeaderClassName
{
color: #6797A0;
}
.AnyTagClassName
{
color: #6797A0;
}
</style>
background-color css
<style>
a { background-color: #6797A0; }
a { background-color: rgb(103,151,160); }
div.DivClassName
{
background-color: #6797A0;
}
.BgClassName
{
background-color: #6797A0;
}
</style>
border-color css
<style>
span { border-color: #6797A0; }
span { border-color: rgb(103,151,160); }
td.TdClassName
{
border-color: #6797A0;
}
.TagClassName
{
border-color: #6797A0;
}
</style>