Shades of Cadet Blue #6F989D
Tints of Cadet Blue #6F989D
RGB
CMYK
RGB Variations
Color information
#6F989D (or 0x6F989D) is known color: Cadet Blue. HEX triplet: 6F, 98 and 9D. RGB value is (111,152,157). Sum of RGB (Red+Green+Blue) = 111+152+157=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F989D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F989D is #906762. Grayscale: #8C8C8C. Windows color (decimal): -9463651 or 10328175. OLE color: 10328175.
HSL color Cylindrical-coordinate representation of color #6F989D: hue angle of 186.52º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F989D is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 152 | 157 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.38 |
| HSL | 186.52º | 0.19% | 0.53% | - |
| HSV(B) | 186.52º | 0.29% | 0.62% | - |
| XYZ | 23.87 | 28.27 | 36.1 | - |
| YUV | 140.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 152 | 157 | 0.29 | 0.03 | 0 | 0.38 | 186.52 | 0.19 | 0.53 |
| Hex | 6F | 98 | 9D | 1D | 3 | 0 | 26 | BB | 13 | 35 |
| Octal | 157 | 230 | 235 | 35 | 3 | 0 | 46 | 273 | 23 | 65 |
| Binary | 1101111 | 10011000 | 10011101 | 11101 | 11 | 0 | 100110 | 10111011 | 10011 | 110101 |
Color Harmonies of #6F989D
Complementary color
Monochromatic Colors of #6F989D
Black with #6F989D
Text Example
Text Example
White with #6F989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F989D; }
p { color: rgb(111,152,157); }
H1.HeaderClassName
{
color: #6F989D;
}
.AnyTagClassName
{
color: #6F989D;
}
</style>
background-color css
<style>
a { background-color: #6F989D; }
a { background-color: rgb(111,152,157); }
div.DivClassName
{
background-color: #6F989D;
}
.BgClassName
{
background-color: #6F989D;
}
</style>
border-color css
<style>
span { border-color: #6F989D; }
span { border-color: rgb(111,152,157); }
td.TdClassName
{
border-color: #6F989D;
}
.TagClassName
{
border-color: #6F989D;
}
</style>