Shades of Cadet Blue #679BA7
Tints of Cadet Blue #679BA7
RGB
CMYK
RGB Variations
Color information
#679BA7 (or 0x679BA7) is known color: Cadet Blue. HEX triplet: 67, 9B and A7. RGB value is (103,155,167). Sum of RGB (Red+Green+Blue) = 103+155+167=425 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.24% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 167 - color contains mainly: blue. Hex color #679BA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679BA7 is #986458. Grayscale: #8C8C8C. Windows color (decimal): -9987161 or 10984295. OLE color: 10984295.
HSL color Cylindrical-coordinate representation of color #679BA7: hue angle of 191.25º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #679BA7 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 155 | 167 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.35 |
| HSL | 191.25º | 0.27% | 0.53% | - |
| HSV(B) | 191.25º | 0.38% | 0.65% | - |
| XYZ | 24.29 | 29.12 | 40.9 | - |
| YUV | 140.82 | 142.77 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 167 | 0.38 | 0.07 | 0 | 0.35 | 191.25 | 0.27 | 0.53 |
| Hex | 67 | 9B | A7 | 26 | 7 | 0 | 23 | BF | 1B | 35 |
| Octal | 147 | 233 | 247 | 46 | 7 | 0 | 43 | 277 | 33 | 65 |
| Binary | 1100111 | 10011011 | 10100111 | 100110 | 111 | 0 | 100011 | 10111111 | 11011 | 110101 |
Color Harmonies of #679BA7
Complementary color
Monochromatic Colors of #679BA7
Black with #679BA7
Text Example
Text Example
White with #679BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679BA7; }
p { color: rgb(103,155,167); }
H1.HeaderClassName
{
color: #679BA7;
}
.AnyTagClassName
{
color: #679BA7;
}
</style>
background-color css
<style>
a { background-color: #679BA7; }
a { background-color: rgb(103,155,167); }
div.DivClassName
{
background-color: #679BA7;
}
.BgClassName
{
background-color: #679BA7;
}
</style>
border-color css
<style>
span { border-color: #679BA7; }
span { border-color: rgb(103,155,167); }
td.TdClassName
{
border-color: #679BA7;
}
.TagClassName
{
border-color: #679BA7;
}
</style>