Shades of Cadet Blue #699F9C
Tints of Cadet Blue #699F9C
RGB
CMYK
RGB Variations
Color information
#699F9C (or 0x699F9C) is known color: Cadet Blue. HEX triplet: 69, 9F and 9C. RGB value is (105,159,156). Sum of RGB (Red+Green+Blue) = 105+159+156=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 159 - color contains mainly: green. Hex color #699F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699F9C is #966063. Grayscale: #8E8E8E. Windows color (decimal): -9855076 or 10264425. OLE color: 10264425.
HSL color Cylindrical-coordinate representation of color #699F9C: hue angle of 176.67º 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 #699F9C is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 159 | 156 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.38 |
| HSL | 176.67º | 0.22% | 0.52% | - |
| HSV(B) | 176.67º | 0.34% | 0.62% | - |
| XYZ | 24.22 | 30.2 | 36 | - |
| YUV | 142.51 | 135.61 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 156 | 0.34 | 0 | 0.02 | 0.38 | 176.67 | 0.22 | 0.52 |
| Hex | 69 | 9F | 9C | 22 | 0 | 2 | 26 | B1 | 16 | 34 |
| Octal | 151 | 237 | 234 | 42 | 0 | 2 | 46 | 261 | 26 | 64 |
| Binary | 1101001 | 10011111 | 10011100 | 100010 | 0 | 10 | 100110 | 10110001 | 10110 | 110100 |
Color Harmonies of #699F9C
Complementary color
Monochromatic Colors of #699F9C
Black with #699F9C
Text Example
Text Example
White with #699F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699F9C; }
p { color: rgb(105,159,156); }
H1.HeaderClassName
{
color: #699F9C;
}
.AnyTagClassName
{
color: #699F9C;
}
</style>
background-color css
<style>
a { background-color: #699F9C; }
a { background-color: rgb(105,159,156); }
div.DivClassName
{
background-color: #699F9C;
}
.BgClassName
{
background-color: #699F9C;
}
</style>
border-color css
<style>
span { border-color: #699F9C; }
span { border-color: rgb(105,159,156); }
td.TdClassName
{
border-color: #699F9C;
}
.TagClassName
{
border-color: #699F9C;
}
</style>