Shades of Cadet Blue #699A9E
Tints of Cadet Blue #699A9E
RGB
CMYK
RGB Variations
Color information
#699A9E (or 0x699A9E) is known color: Cadet Blue. HEX triplet: 69, 9A and 9E. RGB value is (105,154,158). Sum of RGB (Red+Green+Blue) = 105+154+158=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 158 - color contains mainly: blue. Hex color #699A9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699A9E is #966561. Grayscale: #8B8B8B. Windows color (decimal): -9856354 or 10394217. OLE color: 10394217.
HSL color Cylindrical-coordinate representation of color #699A9E: hue angle of 184.53º 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 #699A9E is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 154 | 158 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.38 |
| HSL | 184.53º | 0.21% | 0.52% | - |
| HSV(B) | 184.53º | 0.34% | 0.62% | - |
| XYZ | 23.55 | 28.58 | 36.62 | - |
| YUV | 139.81 | 138.27 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 154 | 158 | 0.34 | 0.03 | 0 | 0.38 | 184.53 | 0.21 | 0.52 |
| Hex | 69 | 9A | 9E | 22 | 3 | 0 | 26 | B9 | 15 | 34 |
| Octal | 151 | 232 | 236 | 42 | 3 | 0 | 46 | 271 | 25 | 64 |
| Binary | 1101001 | 10011010 | 10011110 | 100010 | 11 | 0 | 100110 | 10111001 | 10101 | 110100 |
Color Harmonies of #699A9E
Complementary color
Monochromatic Colors of #699A9E
Black with #699A9E
Text Example
Text Example
White with #699A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699A9E; }
p { color: rgb(105,154,158); }
H1.HeaderClassName
{
color: #699A9E;
}
.AnyTagClassName
{
color: #699A9E;
}
</style>
background-color css
<style>
a { background-color: #699A9E; }
a { background-color: rgb(105,154,158); }
div.DivClassName
{
background-color: #699A9E;
}
.BgClassName
{
background-color: #699A9E;
}
</style>
border-color css
<style>
span { border-color: #699A9E; }
span { border-color: rgb(105,154,158); }
td.TdClassName
{
border-color: #699A9E;
}
.TagClassName
{
border-color: #699A9E;
}
</style>