Shades of Cadet Blue #6D969D
Tints of Cadet Blue #6D969D
RGB
CMYK
RGB Variations
Color information
#6D969D (or 0x6D969D) is known color: Cadet Blue. HEX triplet: 6D, 96 and 9D. RGB value is (109,150,157). Sum of RGB (Red+Green+Blue) = 109+150+157=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 150 (58.98% from 255 or 36.06% 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 #6D969D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D969D is #926962. Grayscale: #8A8A8A. Windows color (decimal): -9595235 or 10327661. OLE color: 10327661.
HSL color Cylindrical-coordinate representation of color #6D969D: hue angle of 188.75º 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 #6D969D is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 150 | 157 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.38 |
| HSL | 188.75º | 0.2% | 0.52% | - |
| HSV(B) | 188.75º | 0.31% | 0.62% | - |
| XYZ | 23.3 | 27.5 | 35.98 | - |
| YUV | 138.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 150 | 157 | 0.31 | 0.04 | 0 | 0.38 | 188.75 | 0.2 | 0.52 |
| Hex | 6D | 96 | 9D | 1F | 4 | 0 | 26 | BD | 14 | 34 |
| Octal | 155 | 226 | 235 | 37 | 4 | 0 | 46 | 275 | 24 | 64 |
| Binary | 1101101 | 10010110 | 10011101 | 11111 | 100 | 0 | 100110 | 10111101 | 10100 | 110100 |
Color Harmonies of #6D969D
Complementary color
Monochromatic Colors of #6D969D
Black with #6D969D
Text Example
Text Example
White with #6D969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D969D; }
p { color: rgb(109,150,157); }
H1.HeaderClassName
{
color: #6D969D;
}
.AnyTagClassName
{
color: #6D969D;
}
</style>
background-color css
<style>
a { background-color: #6D969D; }
a { background-color: rgb(109,150,157); }
div.DivClassName
{
background-color: #6D969D;
}
.BgClassName
{
background-color: #6D969D;
}
</style>
border-color css
<style>
span { border-color: #6D969D; }
span { border-color: rgb(109,150,157); }
td.TdClassName
{
border-color: #6D969D;
}
.TagClassName
{
border-color: #6D969D;
}
</style>