Shades of Cadet Blue #6C9D9D
Tints of Cadet Blue #6C9D9D
RGB
CMYK
RGB Variations
Color information
#6C9D9D (or 0x6C9D9D) is known color: Cadet Blue. HEX triplet: 6C, 9D and 9D. RGB value is (108,157,157). Sum of RGB (Red+Green+Blue) = 108+157+157=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: green, blue. Hex color #6C9D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9D9D is #936262. Grayscale: #8E8E8E. Windows color (decimal): -9658979 or 10329452. OLE color: 10329452.
HSL color Cylindrical-coordinate representation of color #6C9D9D: hue angle of 180º 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 #6C9D9D is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 157 | 157 | - |
| CMYK | 0.31 | 0 | 0 | 0.38 |
| HSL | 180º | 0.2% | 0.52% | - |
| HSV(B) | 180º | 0.31% | 0.62% | - |
| XYZ | 24.33 | 29.74 | 36.36 | - |
| YUV | 142.35 | 136.27 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 157 | 157 | 0.31 | 0 | 0 | 0.38 | 180 | 0.2 | 0.52 |
| Hex | 6C | 9D | 9D | 1F | 0 | 0 | 26 | B4 | 14 | 34 |
| Octal | 154 | 235 | 235 | 37 | 0 | 0 | 46 | 264 | 24 | 64 |
| Binary | 1101100 | 10011101 | 10011101 | 11111 | 0 | 0 | 100110 | 10110100 | 10100 | 110100 |
Color Harmonies of #6C9D9D
Complementary color
Monochromatic Colors of #6C9D9D
Black with #6C9D9D
Text Example
Text Example
White with #6C9D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9D9D; }
p { color: rgb(108,157,157); }
H1.HeaderClassName
{
color: #6C9D9D;
}
.AnyTagClassName
{
color: #6C9D9D;
}
</style>
background-color css
<style>
a { background-color: #6C9D9D; }
a { background-color: rgb(108,157,157); }
div.DivClassName
{
background-color: #6C9D9D;
}
.BgClassName
{
background-color: #6C9D9D;
}
</style>
border-color css
<style>
span { border-color: #6C9D9D; }
span { border-color: rgb(108,157,157); }
td.TdClassName
{
border-color: #6C9D9D;
}
.TagClassName
{
border-color: #6C9D9D;
}
</style>