Shades of Cadet Blue #6A9A9D
Tints of Cadet Blue #6A9A9D
RGB
CMYK
RGB Variations
Color information
#6A9A9D (or 0x6A9A9D) is known color: Cadet Blue. HEX triplet: 6A, 9A and 9D. RGB value is (106,154,157). Sum of RGB (Red+Green+Blue) = 106+154+157=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A9A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9A9D is #956562. Grayscale: #8B8B8B. Windows color (decimal): -9790819 or 10328682. OLE color: 10328682.
HSL color Cylindrical-coordinate representation of color #6A9A9D: hue angle of 183.53º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A9A9D is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 154 | 157 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.38 |
| HSL | 183.53º | 0.21% | 0.52% | - |
| HSV(B) | 183.53º | 0.32% | 0.62% | - |
| XYZ | 23.59 | 28.61 | 36.18 | - |
| YUV | 139.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 154 | 157 | 0.32 | 0.02 | 0 | 0.38 | 183.53 | 0.21 | 0.52 |
| Hex | 6A | 9A | 9D | 20 | 2 | 0 | 26 | B8 | 15 | 34 |
| Octal | 152 | 232 | 235 | 40 | 2 | 0 | 46 | 270 | 25 | 64 |
| Binary | 1101010 | 10011010 | 10011101 | 100000 | 10 | 0 | 100110 | 10111000 | 10101 | 110100 |
Color Harmonies of #6A9A9D
Complementary color
Monochromatic Colors of #6A9A9D
Black with #6A9A9D
Text Example
Text Example
White with #6A9A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9A9D; }
p { color: rgb(106,154,157); }
H1.HeaderClassName
{
color: #6A9A9D;
}
.AnyTagClassName
{
color: #6A9A9D;
}
</style>
background-color css
<style>
a { background-color: #6A9A9D; }
a { background-color: rgb(106,154,157); }
div.DivClassName
{
background-color: #6A9A9D;
}
.BgClassName
{
background-color: #6A9A9D;
}
</style>
border-color css
<style>
span { border-color: #6A9A9D; }
span { border-color: rgb(106,154,157); }
td.TdClassName
{
border-color: #6A9A9D;
}
.TagClassName
{
border-color: #6A9A9D;
}
</style>