Shades of Cadet Blue #6D99A1
Tints of Cadet Blue #6D99A1
RGB
CMYK
RGB Variations
Color information
#6D99A1 (or 0x6D99A1) is known color: Cadet Blue. HEX triplet: 6D, 99 and A1. RGB value is (109,153,161). Sum of RGB (Red+Green+Blue) = 109+153+161=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 161 - color contains mainly: blue. Hex color #6D99A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D99A1 is #92665E. Grayscale: #8C8C8C. Windows color (decimal): -9594463 or 10590573. OLE color: 10590573.
HSL color Cylindrical-coordinate representation of color #6D99A1: hue angle of 189.23º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D99A1 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 153 | 161 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.37 |
| HSL | 189.23º | 0.22% | 0.53% | - |
| HSV(B) | 189.23º | 0.32% | 0.63% | - |
| XYZ | 24.13 | 28.61 | 37.97 | - |
| YUV | 140.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 153 | 161 | 0.32 | 0.05 | 0 | 0.37 | 189.23 | 0.22 | 0.53 |
| Hex | 6D | 99 | A1 | 20 | 5 | 0 | 25 | BD | 16 | 35 |
| Octal | 155 | 231 | 241 | 40 | 5 | 0 | 45 | 275 | 26 | 65 |
| Binary | 1101101 | 10011001 | 10100001 | 100000 | 101 | 0 | 100101 | 10111101 | 10110 | 110101 |
Color Harmonies of #6D99A1
Complementary color
Monochromatic Colors of #6D99A1
Black with #6D99A1
Text Example
Text Example
White with #6D99A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D99A1; }
p { color: rgb(109,153,161); }
H1.HeaderClassName
{
color: #6D99A1;
}
.AnyTagClassName
{
color: #6D99A1;
}
</style>
background-color css
<style>
a { background-color: #6D99A1; }
a { background-color: rgb(109,153,161); }
div.DivClassName
{
background-color: #6D99A1;
}
.BgClassName
{
background-color: #6D99A1;
}
</style>
border-color css
<style>
span { border-color: #6D99A1; }
span { border-color: rgb(109,153,161); }
td.TdClassName
{
border-color: #6D99A1;
}
.TagClassName
{
border-color: #6D99A1;
}
</style>