Shades of Cadet Blue #689A9A
Tints of Cadet Blue #689A9A
RGB
CMYK
RGB Variations
Color information
#689A9A (or 0x689A9A) is known color: Cadet Blue. HEX triplet: 68, 9A and 9A. RGB value is (104,154,154). Sum of RGB (Red+Green+Blue) = 104+154+154=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 154 - color contains mainly: green, blue. Hex color #689A9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689A9A is #976565. Grayscale: #8B8B8B. Windows color (decimal): -9921894 or 10132072. OLE color: 10132072.
HSL color Cylindrical-coordinate representation of color #689A9A: hue angle of 180º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689A9A is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 154 | 154 | - |
| CMYK | 0.32 | 0 | 0 | 0.40 |
| HSL | 180º | 0.2% | 0.51% | - |
| HSV(B) | 180º | 0.32% | 0.6% | - |
| XYZ | 23.1 | 28.39 | 34.83 | - |
| YUV | 139.05 | 136.44 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 154 | 154 | 0.32 | 0 | 0 | 0.40 | 180 | 0.2 | 0.51 |
| Hex | 68 | 9A | 9A | 20 | 0 | 0 | 28 | B4 | 14 | 33 |
| Octal | 150 | 232 | 232 | 40 | 0 | 0 | 50 | 264 | 24 | 63 |
| Binary | 1101000 | 10011010 | 10011010 | 100000 | 0 | 0 | 101000 | 10110100 | 10100 | 110011 |
Color Harmonies of #689A9A
Complementary color
Monochromatic Colors of #689A9A
Black with #689A9A
Text Example
Text Example
White with #689A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689A9A; }
p { color: rgb(104,154,154); }
H1.HeaderClassName
{
color: #689A9A;
}
.AnyTagClassName
{
color: #689A9A;
}
</style>
background-color css
<style>
a { background-color: #689A9A; }
a { background-color: rgb(104,154,154); }
div.DivClassName
{
background-color: #689A9A;
}
.BgClassName
{
background-color: #689A9A;
}
</style>
border-color css
<style>
span { border-color: #689A9A; }
span { border-color: rgb(104,154,154); }
td.TdClassName
{
border-color: #689A9A;
}
.TagClassName
{
border-color: #689A9A;
}
</style>