Shades of Cadet Blue #679FA0
Tints of Cadet Blue #679FA0
RGB
CMYK
RGB Variations
Color information
#679FA0 (or 0x679FA0) is known color: Cadet Blue. HEX triplet: 67, 9F and A0. RGB value is (103,159,160). Sum of RGB (Red+Green+Blue) = 103+159+160=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 160 - color contains mainly: blue. Hex color #679FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679FA0 is #98605F. Grayscale: #8E8E8E. Windows color (decimal): -9986144 or 10526567. OLE color: 10526567.
HSL color Cylindrical-coordinate representation of color #679FA0: hue angle of 181.05º 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 #679FA0 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 159 | 160 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.37 |
| HSL | 181.05º | 0.23% | 0.52% | - |
| HSV(B) | 181.05º | 0.36% | 0.63% | - |
| XYZ | 24.34 | 30.22 | 37.81 | - |
| YUV | 142.37 | 137.95 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 160 | 0.36 | 0.01 | 0 | 0.37 | 181.05 | 0.23 | 0.52 |
| Hex | 67 | 9F | A0 | 24 | 1 | 0 | 25 | B5 | 17 | 34 |
| Octal | 147 | 237 | 240 | 44 | 1 | 0 | 45 | 265 | 27 | 64 |
| Binary | 1100111 | 10011111 | 10100000 | 100100 | 1 | 0 | 100101 | 10110101 | 10111 | 110100 |
Color Harmonies of #679FA0
Complementary color
Monochromatic Colors of #679FA0
Black with #679FA0
Text Example
Text Example
White with #679FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679FA0; }
p { color: rgb(103,159,160); }
H1.HeaderClassName
{
color: #679FA0;
}
.AnyTagClassName
{
color: #679FA0;
}
</style>
background-color css
<style>
a { background-color: #679FA0; }
a { background-color: rgb(103,159,160); }
div.DivClassName
{
background-color: #679FA0;
}
.BgClassName
{
background-color: #679FA0;
}
</style>
border-color css
<style>
span { border-color: #679FA0; }
span { border-color: rgb(103,159,160); }
td.TdClassName
{
border-color: #679FA0;
}
.TagClassName
{
border-color: #679FA0;
}
</style>