Shades of Cadet Blue #6D999D
Tints of Cadet Blue #6D999D
RGB
CMYK
RGB Variations
Color information
#6D999D (or 0x6D999D) is known color: Cadet Blue. HEX triplet: 6D, 99 and 9D. RGB value is (109,153,157). Sum of RGB (Red+Green+Blue) = 109+153+157=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D999D is #926662. Grayscale: #8C8C8C. Windows color (decimal): -9594467 or 10328429. OLE color: 10328429.
HSL color Cylindrical-coordinate representation of color #6D999D: hue angle of 185º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D999D is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 153 | 157 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.38 |
| HSL | 185º | 0.2% | 0.52% | - |
| HSV(B) | 185º | 0.31% | 0.62% | - |
| XYZ | 23.78 | 28.47 | 36.14 | - |
| YUV | 140.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 153 | 157 | 0.31 | 0.03 | 0 | 0.38 | 185 | 0.2 | 0.52 |
| Hex | 6D | 99 | 9D | 1F | 3 | 0 | 26 | B9 | 14 | 34 |
| Octal | 155 | 231 | 235 | 37 | 3 | 0 | 46 | 271 | 24 | 64 |
| Binary | 1101101 | 10011001 | 10011101 | 11111 | 11 | 0 | 100110 | 10111001 | 10100 | 110100 |
Color Harmonies of #6D999D
Complementary color
Monochromatic Colors of #6D999D
Black with #6D999D
Text Example
Text Example
White with #6D999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D999D; }
p { color: rgb(109,153,157); }
H1.HeaderClassName
{
color: #6D999D;
}
.AnyTagClassName
{
color: #6D999D;
}
</style>
background-color css
<style>
a { background-color: #6D999D; }
a { background-color: rgb(109,153,157); }
div.DivClassName
{
background-color: #6D999D;
}
.BgClassName
{
background-color: #6D999D;
}
</style>
border-color css
<style>
span { border-color: #6D999D; }
span { border-color: rgb(109,153,157); }
td.TdClassName
{
border-color: #6D999D;
}
.TagClassName
{
border-color: #6D999D;
}
</style>