Shades of Cadet Blue #6997A0
Tints of Cadet Blue #6997A0
RGB
CMYK
RGB Variations
Color information
#6997A0 (or 0x6997A0) is known color: Cadet Blue. HEX triplet: 69, 97 and A0. RGB value is (105,151,160). Sum of RGB (Red+Green+Blue) = 105+151+160=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 160 - color contains mainly: blue. Hex color #6997A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6997A0 is #96685F. Grayscale: #8A8A8A. Windows color (decimal): -9857120 or 10524521. OLE color: 10524521.
HSL color Cylindrical-coordinate representation of color #6997A0: hue angle of 189.82º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6997A0 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 151 | 160 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.37 |
| HSL | 189.82º | 0.22% | 0.52% | - |
| HSV(B) | 189.82º | 0.34% | 0.63% | - |
| XYZ | 23.24 | 27.67 | 37.37 | - |
| YUV | 138.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 160 | 0.34 | 0.06 | 0 | 0.37 | 189.82 | 0.22 | 0.52 |
| Hex | 69 | 97 | A0 | 22 | 6 | 0 | 25 | BE | 16 | 34 |
| Octal | 151 | 227 | 240 | 42 | 6 | 0 | 45 | 276 | 26 | 64 |
| Binary | 1101001 | 10010111 | 10100000 | 100010 | 110 | 0 | 100101 | 10111110 | 10110 | 110100 |
Color Harmonies of #6997A0
Complementary color
Monochromatic Colors of #6997A0
Black with #6997A0
Text Example
Text Example
White with #6997A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6997A0; }
p { color: rgb(105,151,160); }
H1.HeaderClassName
{
color: #6997A0;
}
.AnyTagClassName
{
color: #6997A0;
}
</style>
background-color css
<style>
a { background-color: #6997A0; }
a { background-color: rgb(105,151,160); }
div.DivClassName
{
background-color: #6997A0;
}
.BgClassName
{
background-color: #6997A0;
}
</style>
border-color css
<style>
span { border-color: #6997A0; }
span { border-color: rgb(105,151,160); }
td.TdClassName
{
border-color: #6997A0;
}
.TagClassName
{
border-color: #6997A0;
}
</style>