Shades of Cadet Blue #6A999D
Tints of Cadet Blue #6A999D
RGB
CMYK
RGB Variations
Color information
#6A999D (or 0x6A999D) is known color: Cadet Blue. HEX triplet: 6A, 99 and 9D. RGB value is (106,153,157). Sum of RGB (Red+Green+Blue) = 106+153+157=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A999D is #956662. Grayscale: #8B8B8B. Windows color (decimal): -9791075 or 10328426. OLE color: 10328426.
HSL color Cylindrical-coordinate representation of color #6A999D: hue angle of 184.71º 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 #6A999D is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 153 | 157 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.38 |
| HSL | 184.71º | 0.21% | 0.52% | - |
| HSV(B) | 184.71º | 0.32% | 0.62% | - |
| XYZ | 23.42 | 28.28 | 36.12 | - |
| YUV | 139.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 153 | 157 | 0.32 | 0.03 | 0 | 0.38 | 184.71 | 0.21 | 0.52 |
| Hex | 6A | 99 | 9D | 20 | 3 | 0 | 26 | B9 | 15 | 34 |
| Octal | 152 | 231 | 235 | 40 | 3 | 0 | 46 | 271 | 25 | 64 |
| Binary | 1101010 | 10011001 | 10011101 | 100000 | 11 | 0 | 100110 | 10111001 | 10101 | 110100 |
Color Harmonies of #6A999D
Complementary color
Monochromatic Colors of #6A999D
Black with #6A999D
Text Example
Text Example
White with #6A999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A999D; }
p { color: rgb(106,153,157); }
H1.HeaderClassName
{
color: #6A999D;
}
.AnyTagClassName
{
color: #6A999D;
}
</style>
background-color css
<style>
a { background-color: #6A999D; }
a { background-color: rgb(106,153,157); }
div.DivClassName
{
background-color: #6A999D;
}
.BgClassName
{
background-color: #6A999D;
}
</style>
border-color css
<style>
span { border-color: #6A999D; }
span { border-color: rgb(106,153,157); }
td.TdClassName
{
border-color: #6A999D;
}
.TagClassName
{
border-color: #6A999D;
}
</style>