Shades of Cadet Blue #6F9D9F
Tints of Cadet Blue #6F9D9F
RGB
CMYK
RGB Variations
Color information
#6F9D9F (or 0x6F9D9F) is known color: Cadet Blue. HEX triplet: 6F, 9D and 9F. RGB value is (111,157,159). Sum of RGB (Red+Green+Blue) = 111+157+159=427 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.00% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F9D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9D9F is #906260. Grayscale: #8F8F8F. Windows color (decimal): -9462369 or 10460527. OLE color: 10460527.
HSL color Cylindrical-coordinate representation of color #6F9D9F: hue angle of 182.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F9D9F is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 157 | 159 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.38 |
| HSL | 182.5º | 0.2% | 0.53% | - |
| HSV(B) | 182.5º | 0.3% | 0.62% | - |
| XYZ | 24.87 | 30 | 37.28 | - |
| YUV | 143.47 | 136.76 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 157 | 159 | 0.30 | 0.01 | 0 | 0.38 | 182.5 | 0.2 | 0.53 |
| Hex | 6F | 9D | 9F | 1E | 1 | 0 | 26 | B6 | 14 | 35 |
| Octal | 157 | 235 | 237 | 36 | 1 | 0 | 46 | 266 | 24 | 65 |
| Binary | 1101111 | 10011101 | 10011111 | 11110 | 1 | 0 | 100110 | 10110110 | 10100 | 110101 |
Color Harmonies of #6F9D9F
Complementary color
Monochromatic Colors of #6F9D9F
Black with #6F9D9F
Text Example
Text Example
White with #6F9D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9D9F; }
p { color: rgb(111,157,159); }
H1.HeaderClassName
{
color: #6F9D9F;
}
.AnyTagClassName
{
color: #6F9D9F;
}
</style>
background-color css
<style>
a { background-color: #6F9D9F; }
a { background-color: rgb(111,157,159); }
div.DivClassName
{
background-color: #6F9D9F;
}
.BgClassName
{
background-color: #6F9D9F;
}
</style>
border-color css
<style>
span { border-color: #6F9D9F; }
span { border-color: rgb(111,157,159); }
td.TdClassName
{
border-color: #6F9D9F;
}
.TagClassName
{
border-color: #6F9D9F;
}
</style>