Shades of Cadet Blue #699497
Tints of Cadet Blue #699497
RGB
CMYK
RGB Variations
Color information
#699497 (or 0x699497) is known color: Cadet Blue. HEX triplet: 69, 94 and 97. RGB value is (105,148,151). Sum of RGB (Red+Green+Blue) = 105+148+151=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 151 - color contains mainly: blue. Hex color #699497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699497 is #966B68. Grayscale: #878787. Windows color (decimal): -9857897 or 9933929. OLE color: 9933929.
HSL color Cylindrical-coordinate representation of color #699497: hue angle of 183.91º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699497 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 148 | 151 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.41 |
| HSL | 183.91º | 0.18% | 0.5% | - |
| HSV(B) | 183.91º | 0.3% | 0.59% | - |
| XYZ | 22 | 26.42 | 33.22 | - |
| YUV | 135.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 148 | 151 | 0.30 | 0.02 | 0 | 0.41 | 183.91 | 0.18 | 0.5 |
| Hex | 69 | 94 | 97 | 1E | 2 | 0 | 29 | B8 | 12 | 32 |
| Octal | 151 | 224 | 227 | 36 | 2 | 0 | 51 | 270 | 22 | 62 |
| Binary | 1101001 | 10010100 | 10010111 | 11110 | 10 | 0 | 101001 | 10111000 | 10010 | 110010 |
Color Harmonies of #699497
Complementary color
Monochromatic Colors of #699497
Black with #699497
Text Example
Text Example
White with #699497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699497; }
p { color: rgb(105,148,151); }
H1.HeaderClassName
{
color: #699497;
}
.AnyTagClassName
{
color: #699497;
}
</style>
background-color css
<style>
a { background-color: #699497; }
a { background-color: rgb(105,148,151); }
div.DivClassName
{
background-color: #699497;
}
.BgClassName
{
background-color: #699497;
}
</style>
border-color css
<style>
span { border-color: #699497; }
span { border-color: rgb(105,148,151); }
td.TdClassName
{
border-color: #699497;
}
.TagClassName
{
border-color: #699497;
}
</style>