Shades of Cadet Blue #679799
Tints of Cadet Blue #679799
RGB
CMYK
RGB Variations
Color information
#679799 (or 0x679799) is known color: Cadet Blue. HEX triplet: 67, 97 and 99. RGB value is (103,151,153). Sum of RGB (Red+Green+Blue) = 103+151+153=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #679799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679799 is #986866. Grayscale: #888888. Windows color (decimal): -9988199 or 10065767. OLE color: 10065767.
HSL color Cylindrical-coordinate representation of color #679799: hue angle of 182.4º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #679799 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 151 | 153 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.4 |
| HSL | 182.4º | 0.2% | 0.5% | - |
| HSV(B) | 182.4º | 0.33% | 0.6% | - |
| XYZ | 22.41 | 27.32 | 34.23 | - |
| YUV | 136.88 | 137.1 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 153 | 0.33 | 0.01 | 0 | 0.4 | 182.4 | 0.2 | 0.5 |
| Hex | 67 | 97 | 99 | 21 | 1 | 0 | 28 | B6 | 14 | 32 |
| Octal | 147 | 227 | 231 | 41 | 1 | 0 | 50 | 266 | 24 | 62 |
| Binary | 1100111 | 10010111 | 10011001 | 100001 | 1 | 0 | 101000 | 10110110 | 10100 | 110010 |
Color Harmonies of #679799
Complementary color
Monochromatic Colors of #679799
Black with #679799
Text Example
Text Example
White with #679799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679799; }
p { color: rgb(103,151,153); }
H1.HeaderClassName
{
color: #679799;
}
.AnyTagClassName
{
color: #679799;
}
</style>
background-color css
<style>
a { background-color: #679799; }
a { background-color: rgb(103,151,153); }
div.DivClassName
{
background-color: #679799;
}
.BgClassName
{
background-color: #679799;
}
</style>
border-color css
<style>
span { border-color: #679799; }
span { border-color: rgb(103,151,153); }
td.TdClassName
{
border-color: #679799;
}
.TagClassName
{
border-color: #679799;
}
</style>