Shades of Cadet Blue #69999E
Tints of Cadet Blue #69999E
RGB
CMYK
RGB Variations
Color information
#69999E (or 0x69999E) is known color: Cadet Blue. HEX triplet: 69, 99 and 9E. RGB value is (105,153,158). Sum of RGB (Red+Green+Blue) = 105+153+158=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 158 - color contains mainly: blue. Hex color #69999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69999E is #966661. Grayscale: #8B8B8B. Windows color (decimal): -9856610 or 10393961. OLE color: 10393961.
HSL color Cylindrical-coordinate representation of color #69999E: hue angle of 185.66º 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 #69999E is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 153 | 158 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.38 |
| HSL | 185.66º | 0.21% | 0.52% | - |
| HSV(B) | 185.66º | 0.34% | 0.62% | - |
| XYZ | 23.39 | 28.25 | 36.57 | - |
| YUV | 139.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 153 | 158 | 0.34 | 0.03 | 0 | 0.38 | 185.66 | 0.21 | 0.52 |
| Hex | 69 | 99 | 9E | 22 | 3 | 0 | 26 | BA | 15 | 34 |
| Octal | 151 | 231 | 236 | 42 | 3 | 0 | 46 | 272 | 25 | 64 |
| Binary | 1101001 | 10011001 | 10011110 | 100010 | 11 | 0 | 100110 | 10111010 | 10101 | 110100 |
Color Harmonies of #69999E
Complementary color
Monochromatic Colors of #69999E
Black with #69999E
Text Example
Text Example
White with #69999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69999E; }
p { color: rgb(105,153,158); }
H1.HeaderClassName
{
color: #69999E;
}
.AnyTagClassName
{
color: #69999E;
}
</style>
background-color css
<style>
a { background-color: #69999E; }
a { background-color: rgb(105,153,158); }
div.DivClassName
{
background-color: #69999E;
}
.BgClassName
{
background-color: #69999E;
}
</style>
border-color css
<style>
span { border-color: #69999E; }
span { border-color: rgb(105,153,158); }
td.TdClassName
{
border-color: #69999E;
}
.TagClassName
{
border-color: #69999E;
}
</style>