Shades of Cadet Blue #679E99
Tints of Cadet Blue #679E99
RGB
CMYK
RGB Variations
Color information
#679E99 (or 0x679E99) is known color: Cadet Blue. HEX triplet: 67, 9E and 99. RGB value is (103,158,153). Sum of RGB (Red+Green+Blue) = 103+158+153=414 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.88% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 158 - color contains mainly: green. Hex color #679E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679E99 is #986166. Grayscale: #8C8C8C. Windows color (decimal): -9986407 or 10067559. OLE color: 10067559.
HSL color Cylindrical-coordinate representation of color #679E99: hue angle of 174.55º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #679E99 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 158 | 153 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.38 |
| HSL | 174.55º | 0.22% | 0.51% | - |
| HSV(B) | 174.55º | 0.35% | 0.62% | - |
| XYZ | 23.57 | 29.64 | 34.62 | - |
| YUV | 140.99 | 134.78 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 153 | 0.35 | 0 | 0.03 | 0.38 | 174.55 | 0.22 | 0.51 |
| Hex | 67 | 9E | 99 | 23 | 0 | 3 | 26 | AF | 16 | 33 |
| Octal | 147 | 236 | 231 | 43 | 0 | 3 | 46 | 257 | 26 | 63 |
| Binary | 1100111 | 10011110 | 10011001 | 100011 | 0 | 11 | 100110 | 10101111 | 10110 | 110011 |
Color Harmonies of #679E99
Complementary color
Monochromatic Colors of #679E99
Black with #679E99
Text Example
Text Example
White with #679E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679E99; }
p { color: rgb(103,158,153); }
H1.HeaderClassName
{
color: #679E99;
}
.AnyTagClassName
{
color: #679E99;
}
</style>
background-color css
<style>
a { background-color: #679E99; }
a { background-color: rgb(103,158,153); }
div.DivClassName
{
background-color: #679E99;
}
.BgClassName
{
background-color: #679E99;
}
</style>
border-color css
<style>
span { border-color: #679E99; }
span { border-color: rgb(103,158,153); }
td.TdClassName
{
border-color: #679E99;
}
.TagClassName
{
border-color: #679E99;
}
</style>