Shades of Cadet Blue #69999B
Tints of Cadet Blue #69999B
RGB
CMYK
RGB Variations
Color information
#69999B (or 0x69999B) is known color: Cadet Blue. HEX triplet: 69, 99 and 9B. RGB value is (105,153,155). Sum of RGB (Red+Green+Blue) = 105+153+155=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #69999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69999B is #966664. Grayscale: #8A8A8A. Windows color (decimal): -9856613 or 10197353. OLE color: 10197353.
HSL color Cylindrical-coordinate representation of color #69999B: hue angle of 182.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69999B is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 153 | 155 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.39 |
| HSL | 182.4º | 0.2% | 0.51% | - |
| HSV(B) | 182.4º | 0.32% | 0.61% | - |
| XYZ | 23.13 | 28.15 | 35.23 | - |
| YUV | 138.88 | 137.1 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 153 | 155 | 0.32 | 0.01 | 0 | 0.39 | 182.4 | 0.2 | 0.51 |
| Hex | 69 | 99 | 9B | 20 | 1 | 0 | 27 | B6 | 14 | 33 |
| Octal | 151 | 231 | 233 | 40 | 1 | 0 | 47 | 266 | 24 | 63 |
| Binary | 1101001 | 10011001 | 10011011 | 100000 | 1 | 0 | 100111 | 10110110 | 10100 | 110011 |
Color Harmonies of #69999B
Complementary color
Monochromatic Colors of #69999B
Black with #69999B
Text Example
Text Example
White with #69999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69999B; }
p { color: rgb(105,153,155); }
H1.HeaderClassName
{
color: #69999B;
}
.AnyTagClassName
{
color: #69999B;
}
</style>
background-color css
<style>
a { background-color: #69999B; }
a { background-color: rgb(105,153,155); }
div.DivClassName
{
background-color: #69999B;
}
.BgClassName
{
background-color: #69999B;
}
</style>
border-color css
<style>
span { border-color: #69999B; }
span { border-color: rgb(105,153,155); }
td.TdClassName
{
border-color: #69999B;
}
.TagClassName
{
border-color: #69999B;
}
</style>