Shades of Cadet Blue #679695
Tints of Cadet Blue #679695
RGB
CMYK
RGB Variations
Color information
#679695 (or 0x679695) is known color: Cadet Blue. HEX triplet: 67, 96 and 95. RGB value is (103,150,149). Sum of RGB (Red+Green+Blue) = 103+150+149=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 150 - color contains mainly: green. Hex color #679695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679695 is #98696A. Grayscale: #878787. Windows color (decimal): -9988459 or 9803367. OLE color: 9803367.
HSL color Cylindrical-coordinate representation of color #679695: hue angle of 178.72º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679695 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 150 | 149 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.41 |
| HSL | 178.72º | 0.19% | 0.5% | - |
| HSV(B) | 178.72º | 0.31% | 0.59% | - |
| XYZ | 21.92 | 26.87 | 32.46 | - |
| YUV | 135.83 | 135.43 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 150 | 149 | 0.31 | 0 | 0.01 | 0.41 | 178.72 | 0.19 | 0.5 |
| Hex | 67 | 96 | 95 | 1F | 0 | 1 | 29 | B3 | 13 | 32 |
| Octal | 147 | 226 | 225 | 37 | 0 | 1 | 51 | 263 | 23 | 62 |
| Binary | 1100111 | 10010110 | 10010101 | 11111 | 0 | 1 | 101001 | 10110011 | 10011 | 110010 |
Color Harmonies of #679695
Complementary color
Monochromatic Colors of #679695
Black with #679695
Text Example
Text Example
White with #679695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679695; }
p { color: rgb(103,150,149); }
H1.HeaderClassName
{
color: #679695;
}
.AnyTagClassName
{
color: #679695;
}
</style>
background-color css
<style>
a { background-color: #679695; }
a { background-color: rgb(103,150,149); }
div.DivClassName
{
background-color: #679695;
}
.BgClassName
{
background-color: #679695;
}
</style>
border-color css
<style>
span { border-color: #679695; }
span { border-color: rgb(103,150,149); }
td.TdClassName
{
border-color: #679695;
}
.TagClassName
{
border-color: #679695;
}
</style>