Shades of Cadet Blue #679BA1
Tints of Cadet Blue #679BA1
RGB
CMYK
RGB Variations
Color information
#679BA1 (or 0x679BA1) is known color: Cadet Blue. HEX triplet: 67, 9B and A1. RGB value is (103,155,161). Sum of RGB (Red+Green+Blue) = 103+155+161=419 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.58% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 161 - color contains mainly: blue. Hex color #679BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679BA1 is #98645E. Grayscale: #8C8C8C. Windows color (decimal): -9987167 or 10591079. OLE color: 10591079.
HSL color Cylindrical-coordinate representation of color #679BA1: hue angle of 186.21º degrees, saturation: 0.24, 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 #679BA1 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 155 | 161 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.37 |
| HSL | 186.21º | 0.24% | 0.52% | - |
| HSV(B) | 186.21º | 0.36% | 0.63% | - |
| XYZ | 23.75 | 28.9 | 38.04 | - |
| YUV | 140.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 161 | 0.36 | 0.04 | 0 | 0.37 | 186.21 | 0.24 | 0.52 |
| Hex | 67 | 9B | A1 | 24 | 4 | 0 | 25 | BA | 18 | 34 |
| Octal | 147 | 233 | 241 | 44 | 4 | 0 | 45 | 272 | 30 | 64 |
| Binary | 1100111 | 10011011 | 10100001 | 100100 | 100 | 0 | 100101 | 10111010 | 11000 | 110100 |
Color Harmonies of #679BA1
Complementary color
Monochromatic Colors of #679BA1
Black with #679BA1
Text Example
Text Example
White with #679BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679BA1; }
p { color: rgb(103,155,161); }
H1.HeaderClassName
{
color: #679BA1;
}
.AnyTagClassName
{
color: #679BA1;
}
</style>
background-color css
<style>
a { background-color: #679BA1; }
a { background-color: rgb(103,155,161); }
div.DivClassName
{
background-color: #679BA1;
}
.BgClassName
{
background-color: #679BA1;
}
</style>
border-color css
<style>
span { border-color: #679BA1; }
span { border-color: rgb(103,155,161); }
td.TdClassName
{
border-color: #679BA1;
}
.TagClassName
{
border-color: #679BA1;
}
</style>