Shades of Cadet Blue #69959C
Tints of Cadet Blue #69959C
RGB
CMYK
RGB Variations
Color information
#69959C (or 0x69959C) is known color: Cadet Blue. HEX triplet: 69, 95 and 9C. RGB value is (105,149,156). Sum of RGB (Red+Green+Blue) = 105+149+156=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 156 - color contains mainly: blue. Hex color #69959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69959C is #966A63. Grayscale: #888888. Windows color (decimal): -9857636 or 10261865. OLE color: 10261865.
HSL color Cylindrical-coordinate representation of color #69959C: hue angle of 188.24º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69959C is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 149 | 156 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.39 |
| HSL | 188.24º | 0.2% | 0.51% | - |
| HSV(B) | 188.24º | 0.33% | 0.61% | - |
| XYZ | 22.57 | 26.9 | 35.45 | - |
| YUV | 136.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 156 | 0.33 | 0.04 | 0 | 0.39 | 188.24 | 0.2 | 0.51 |
| Hex | 69 | 95 | 9C | 21 | 4 | 0 | 27 | BC | 14 | 33 |
| Octal | 151 | 225 | 234 | 41 | 4 | 0 | 47 | 274 | 24 | 63 |
| Binary | 1101001 | 10010101 | 10011100 | 100001 | 100 | 0 | 100111 | 10111100 | 10100 | 110011 |
Color Harmonies of #69959C
Complementary color
Monochromatic Colors of #69959C
Black with #69959C
Text Example
Text Example
White with #69959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69959C; }
p { color: rgb(105,149,156); }
H1.HeaderClassName
{
color: #69959C;
}
.AnyTagClassName
{
color: #69959C;
}
</style>
background-color css
<style>
a { background-color: #69959C; }
a { background-color: rgb(105,149,156); }
div.DivClassName
{
background-color: #69959C;
}
.BgClassName
{
background-color: #69959C;
}
</style>
border-color css
<style>
span { border-color: #69959C; }
span { border-color: rgb(105,149,156); }
td.TdClassName
{
border-color: #69959C;
}
.TagClassName
{
border-color: #69959C;
}
</style>