Shades of Cadet Blue #679495
Tints of Cadet Blue #679495
RGB
CMYK
RGB Variations
Color information
#679495 (or 0x679495) is known color: Cadet Blue. HEX triplet: 67, 94 and 95. RGB value is (103,148,149). Sum of RGB (Red+Green+Blue) = 103+148+149=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 149 - color contains mainly: blue. Hex color #679495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679495 is #986B6A. Grayscale: #868686. Windows color (decimal): -9988971 or 9802855. OLE color: 9802855.
HSL color Cylindrical-coordinate representation of color #679495: hue angle of 181.3º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679495 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 148 | 149 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.42 |
| HSL | 181.3º | 0.18% | 0.49% | - |
| HSV(B) | 181.3º | 0.31% | 0.58% | - |
| XYZ | 21.61 | 26.23 | 32.36 | - |
| YUV | 134.66 | 136.09 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 148 | 149 | 0.31 | 0.01 | 0 | 0.42 | 181.3 | 0.18 | 0.49 |
| Hex | 67 | 94 | 95 | 1F | 1 | 0 | 2A | B5 | 12 | 31 |
| Octal | 147 | 224 | 225 | 37 | 1 | 0 | 52 | 265 | 22 | 61 |
| Binary | 1100111 | 10010100 | 10010101 | 11111 | 1 | 0 | 101010 | 10110101 | 10010 | 110001 |
Color Harmonies of #679495
Complementary color
Monochromatic Colors of #679495
Black with #679495
Text Example
Text Example
White with #679495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679495; }
p { color: rgb(103,148,149); }
H1.HeaderClassName
{
color: #679495;
}
.AnyTagClassName
{
color: #679495;
}
</style>
background-color css
<style>
a { background-color: #679495; }
a { background-color: rgb(103,148,149); }
div.DivClassName
{
background-color: #679495;
}
.BgClassName
{
background-color: #679495;
}
</style>
border-color css
<style>
span { border-color: #679495; }
span { border-color: rgb(103,148,149); }
td.TdClassName
{
border-color: #679495;
}
.TagClassName
{
border-color: #679495;
}
</style>