Shades of Cadet Blue #679BA8
Tints of Cadet Blue #679BA8
RGB
CMYK
RGB Variations
Color information
#679BA8 (or 0x679BA8) is known color: Cadet Blue. HEX triplet: 67, 9B and A8. RGB value is (103,155,168). Sum of RGB (Red+Green+Blue) = 103+155+168=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 168 - color contains mainly: blue. Hex color #679BA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679BA8 is #986457. Grayscale: #8C8C8C. Windows color (decimal): -9987160 or 11049831. OLE color: 11049831.
HSL color Cylindrical-coordinate representation of color #679BA8: hue angle of 192º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #679BA8 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 155 | 168 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.34 |
| HSL | 192º | 0.27% | 0.53% | - |
| HSV(B) | 192º | 0.39% | 0.66% | - |
| XYZ | 24.38 | 29.15 | 41.39 | - |
| YUV | 140.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 168 | 0.39 | 0.08 | 0 | 0.34 | 192 | 0.27 | 0.53 |
| Hex | 67 | 9B | A8 | 27 | 8 | 0 | 22 | C0 | 1B | 35 |
| Octal | 147 | 233 | 250 | 47 | 10 | 0 | 42 | 300 | 33 | 65 |
| Binary | 1100111 | 10011011 | 10101000 | 100111 | 1000 | 0 | 100010 | 11000000 | 11011 | 110101 |
Color Harmonies of #679BA8
Complementary color
Monochromatic Colors of #679BA8
Black with #679BA8
Text Example
Text Example
White with #679BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679BA8; }
p { color: rgb(103,155,168); }
H1.HeaderClassName
{
color: #679BA8;
}
.AnyTagClassName
{
color: #679BA8;
}
</style>
background-color css
<style>
a { background-color: #679BA8; }
a { background-color: rgb(103,155,168); }
div.DivClassName
{
background-color: #679BA8;
}
.BgClassName
{
background-color: #679BA8;
}
</style>
border-color css
<style>
span { border-color: #679BA8; }
span { border-color: rgb(103,155,168); }
td.TdClassName
{
border-color: #679BA8;
}
.TagClassName
{
border-color: #679BA8;
}
</style>