Shades of Cadet Blue #689F9B
Tints of Cadet Blue #689F9B
RGB
CMYK
RGB Variations
Color information
#689F9B (or 0x689F9B) is known color: Cadet Blue. HEX triplet: 68, 9F and 9B. RGB value is (104,159,155). Sum of RGB (Red+Green+Blue) = 104+159+155=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 159 - color contains mainly: green. Hex color #689F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689F9B is #976064. Grayscale: #8E8E8E. Windows color (decimal): -9920613 or 10198888. OLE color: 10198888.
HSL color Cylindrical-coordinate representation of color #689F9B: hue angle of 175.64º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #689F9B is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 159 | 155 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.38 |
| HSL | 175.64º | 0.22% | 0.52% | - |
| HSV(B) | 175.64º | 0.35% | 0.62% | - |
| XYZ | 24.02 | 30.11 | 35.56 | - |
| YUV | 142.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 155 | 0.35 | 0 | 0.03 | 0.38 | 175.64 | 0.22 | 0.52 |
| Hex | 68 | 9F | 9B | 23 | 0 | 3 | 26 | B0 | 16 | 34 |
| Octal | 150 | 237 | 233 | 43 | 0 | 3 | 46 | 260 | 26 | 64 |
| Binary | 1101000 | 10011111 | 10011011 | 100011 | 0 | 11 | 100110 | 10110000 | 10110 | 110100 |
Color Harmonies of #689F9B
Complementary color
Monochromatic Colors of #689F9B
Black with #689F9B
Text Example
Text Example
White with #689F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689F9B; }
p { color: rgb(104,159,155); }
H1.HeaderClassName
{
color: #689F9B;
}
.AnyTagClassName
{
color: #689F9B;
}
</style>
background-color css
<style>
a { background-color: #689F9B; }
a { background-color: rgb(104,159,155); }
div.DivClassName
{
background-color: #689F9B;
}
.BgClassName
{
background-color: #689F9B;
}
</style>
border-color css
<style>
span { border-color: #689F9B; }
span { border-color: rgb(104,159,155); }
td.TdClassName
{
border-color: #689F9B;
}
.TagClassName
{
border-color: #689F9B;
}
</style>