Shades of Cadet Blue #679CA2
Tints of Cadet Blue #679CA2
RGB
CMYK
RGB Variations
Color information
#679CA2 (or 0x679CA2) is known color: Cadet Blue. HEX triplet: 67, 9C and A2. RGB value is (103,156,162). Sum of RGB (Red+Green+Blue) = 103+156+162=421 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.47% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 162 - color contains mainly: blue. Hex color #679CA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679CA2 is #98635D. Grayscale: #8C8C8C. Windows color (decimal): -9986910 or 10656871. OLE color: 10656871.
HSL color Cylindrical-coordinate representation of color #679CA2: hue angle of 186.1º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #679CA2 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 156 | 162 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.36 |
| HSL | 186.1º | 0.24% | 0.52% | - |
| HSV(B) | 186.1º | 0.36% | 0.64% | - |
| XYZ | 24 | 29.27 | 38.57 | - |
| YUV | 140.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 156 | 162 | 0.36 | 0.04 | 0 | 0.36 | 186.1 | 0.24 | 0.52 |
| Hex | 67 | 9C | A2 | 24 | 4 | 0 | 24 | BA | 18 | 34 |
| Octal | 147 | 234 | 242 | 44 | 4 | 0 | 44 | 272 | 30 | 64 |
| Binary | 1100111 | 10011100 | 10100010 | 100100 | 100 | 0 | 100100 | 10111010 | 11000 | 110100 |
Color Harmonies of #679CA2
Complementary color
Monochromatic Colors of #679CA2
Black with #679CA2
Text Example
Text Example
White with #679CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679CA2; }
p { color: rgb(103,156,162); }
H1.HeaderClassName
{
color: #679CA2;
}
.AnyTagClassName
{
color: #679CA2;
}
</style>
background-color css
<style>
a { background-color: #679CA2; }
a { background-color: rgb(103,156,162); }
div.DivClassName
{
background-color: #679CA2;
}
.BgClassName
{
background-color: #679CA2;
}
</style>
border-color css
<style>
span { border-color: #679CA2; }
span { border-color: rgb(103,156,162); }
td.TdClassName
{
border-color: #679CA2;
}
.TagClassName
{
border-color: #679CA2;
}
</style>