Shades of Cadet Blue #699E9B
Tints of Cadet Blue #699E9B
RGB
CMYK
RGB Variations
Color information
#699E9B (or 0x699E9B) is known color: Cadet Blue. HEX triplet: 69, 9E and 9B. RGB value is (105,158,155). Sum of RGB (Red+Green+Blue) = 105+158+155=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 158 - color contains mainly: green. Hex color #699E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699E9B is #966164. Grayscale: #8D8D8D. Windows color (decimal): -9855333 or 10198633. OLE color: 10198633.
HSL color Cylindrical-coordinate representation of color #699E9B: hue angle of 176.6º degrees, saturation: 0.21, 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 #699E9B is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 158 | 155 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.38 |
| HSL | 176.6º | 0.21% | 0.52% | - |
| HSV(B) | 176.6º | 0.34% | 0.62% | - |
| XYZ | 23.97 | 29.82 | 35.5 | - |
| YUV | 141.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 158 | 155 | 0.34 | 0 | 0.02 | 0.38 | 176.6 | 0.21 | 0.52 |
| Hex | 69 | 9E | 9B | 22 | 0 | 2 | 26 | B1 | 15 | 34 |
| Octal | 151 | 236 | 233 | 42 | 0 | 2 | 46 | 261 | 25 | 64 |
| Binary | 1101001 | 10011110 | 10011011 | 100010 | 0 | 10 | 100110 | 10110001 | 10101 | 110100 |
Color Harmonies of #699E9B
Complementary color
Monochromatic Colors of #699E9B
Black with #699E9B
Text Example
Text Example
White with #699E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699E9B; }
p { color: rgb(105,158,155); }
H1.HeaderClassName
{
color: #699E9B;
}
.AnyTagClassName
{
color: #699E9B;
}
</style>
background-color css
<style>
a { background-color: #699E9B; }
a { background-color: rgb(105,158,155); }
div.DivClassName
{
background-color: #699E9B;
}
.BgClassName
{
background-color: #699E9B;
}
</style>
border-color css
<style>
span { border-color: #699E9B; }
span { border-color: rgb(105,158,155); }
td.TdClassName
{
border-color: #699E9B;
}
.TagClassName
{
border-color: #699E9B;
}
</style>