Shades of Cadet Blue #679DA0
Tints of Cadet Blue #679DA0
RGB
CMYK
RGB Variations
Color information
#679DA0 (or 0x679DA0) is known color: Cadet Blue. HEX triplet: 67, 9D and A0. RGB value is (103,157,160). Sum of RGB (Red+Green+Blue) = 103+157+160=420 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.52% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 160 - color contains mainly: blue. Hex color #679DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679DA0 is #98625F. Grayscale: #8D8D8D. Windows color (decimal): -9986656 or 10526055. OLE color: 10526055.
HSL color Cylindrical-coordinate representation of color #679DA0: hue angle of 183.16º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #679DA0 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 157 | 160 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.37 |
| HSL | 183.16º | 0.23% | 0.52% | - |
| HSV(B) | 183.16º | 0.36% | 0.63% | - |
| XYZ | 24 | 29.54 | 37.69 | - |
| YUV | 141.2 | 138.61 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 160 | 0.36 | 0.02 | 0 | 0.37 | 183.16 | 0.23 | 0.52 |
| Hex | 67 | 9D | A0 | 24 | 2 | 0 | 25 | B7 | 17 | 34 |
| Octal | 147 | 235 | 240 | 44 | 2 | 0 | 45 | 267 | 27 | 64 |
| Binary | 1100111 | 10011101 | 10100000 | 100100 | 10 | 0 | 100101 | 10110111 | 10111 | 110100 |
Color Harmonies of #679DA0
Complementary color
Monochromatic Colors of #679DA0
Black with #679DA0
Text Example
Text Example
White with #679DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679DA0; }
p { color: rgb(103,157,160); }
H1.HeaderClassName
{
color: #679DA0;
}
.AnyTagClassName
{
color: #679DA0;
}
</style>
background-color css
<style>
a { background-color: #679DA0; }
a { background-color: rgb(103,157,160); }
div.DivClassName
{
background-color: #679DA0;
}
.BgClassName
{
background-color: #679DA0;
}
</style>
border-color css
<style>
span { border-color: #679DA0; }
span { border-color: rgb(103,157,160); }
td.TdClassName
{
border-color: #679DA0;
}
.TagClassName
{
border-color: #679DA0;
}
</style>