Shades of Cadet Blue #69959B
Tints of Cadet Blue #69959B
RGB
CMYK
RGB Variations
Color information
#69959B (or 0x69959B) is known color: Cadet Blue. HEX triplet: 69, 95 and 9B. RGB value is (105,149,155). Sum of RGB (Red+Green+Blue) = 105+149+155=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 155 - color contains mainly: blue. Hex color #69959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69959B is #966A64. Grayscale: #888888. Windows color (decimal): -9857637 or 10196329. OLE color: 10196329.
HSL color Cylindrical-coordinate representation of color #69959B: hue angle of 187.2º 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 #69959B is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 149 | 155 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.39 |
| HSL | 187.2º | 0.2% | 0.51% | - |
| HSV(B) | 187.2º | 0.32% | 0.61% | - |
| XYZ | 22.49 | 26.86 | 35.01 | - |
| YUV | 136.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 155 | 0.32 | 0.04 | 0 | 0.39 | 187.2 | 0.2 | 0.51 |
| Hex | 69 | 95 | 9B | 20 | 4 | 0 | 27 | BB | 14 | 33 |
| Octal | 151 | 225 | 233 | 40 | 4 | 0 | 47 | 273 | 24 | 63 |
| Binary | 1101001 | 10010101 | 10011011 | 100000 | 100 | 0 | 100111 | 10111011 | 10100 | 110011 |
Color Harmonies of #69959B
Complementary color
Monochromatic Colors of #69959B
Black with #69959B
Text Example
Text Example
White with #69959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69959B; }
p { color: rgb(105,149,155); }
H1.HeaderClassName
{
color: #69959B;
}
.AnyTagClassName
{
color: #69959B;
}
</style>
background-color css
<style>
a { background-color: #69959B; }
a { background-color: rgb(105,149,155); }
div.DivClassName
{
background-color: #69959B;
}
.BgClassName
{
background-color: #69959B;
}
</style>
border-color css
<style>
span { border-color: #69959B; }
span { border-color: rgb(105,149,155); }
td.TdClassName
{
border-color: #69959B;
}
.TagClassName
{
border-color: #69959B;
}
</style>