Shades of Cadet Blue #699F99
Tints of Cadet Blue #699F99
RGB
CMYK
RGB Variations
Color information
#699F99 (or 0x699F99) is known color: Cadet Blue. HEX triplet: 69, 9F and 99. RGB value is (105,159,153). Sum of RGB (Red+Green+Blue) = 105+159+153=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 159 - color contains mainly: green. Hex color #699F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699F99 is #966066. Grayscale: #8E8E8E. Windows color (decimal): -9855079 or 10067817. OLE color: 10067817.
HSL color Cylindrical-coordinate representation of color #699F99: hue angle of 173.33º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699F99 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 159 | 153 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.38 |
| HSL | 173.33º | 0.22% | 0.52% | - |
| HSV(B) | 173.33º | 0.34% | 0.62% | - |
| XYZ | 23.97 | 30.1 | 34.68 | - |
| YUV | 142.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 153 | 0.34 | 0 | 0.04 | 0.38 | 173.33 | 0.22 | 0.52 |
| Hex | 69 | 9F | 99 | 22 | 0 | 4 | 26 | AD | 16 | 34 |
| Octal | 151 | 237 | 231 | 42 | 0 | 4 | 46 | 255 | 26 | 64 |
| Binary | 1101001 | 10011111 | 10011001 | 100010 | 0 | 100 | 100110 | 10101101 | 10110 | 110100 |
Color Harmonies of #699F99
Complementary color
Monochromatic Colors of #699F99
Black with #699F99
Text Example
Text Example
White with #699F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699F99; }
p { color: rgb(105,159,153); }
H1.HeaderClassName
{
color: #699F99;
}
.AnyTagClassName
{
color: #699F99;
}
</style>
background-color css
<style>
a { background-color: #699F99; }
a { background-color: rgb(105,159,153); }
div.DivClassName
{
background-color: #699F99;
}
.BgClassName
{
background-color: #699F99;
}
</style>
border-color css
<style>
span { border-color: #699F99; }
span { border-color: rgb(105,159,153); }
td.TdClassName
{
border-color: #699F99;
}
.TagClassName
{
border-color: #699F99;
}
</style>