Shades of Cadet Blue #6F989C
Tints of Cadet Blue #6F989C
RGB
CMYK
RGB Variations
Color information
#6F989C (or 0x6F989C) is known color: Cadet Blue. HEX triplet: 6F, 98 and 9C. RGB value is (111,152,156). Sum of RGB (Red+Green+Blue) = 111+152+156=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F989C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F989C is #906763. Grayscale: #8C8C8C. Windows color (decimal): -9463652 or 10262639. OLE color: 10262639.
HSL color Cylindrical-coordinate representation of color #6F989C: hue angle of 185.33º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F989C is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 152 | 156 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.39 |
| HSL | 185.33º | 0.19% | 0.52% | - |
| HSV(B) | 185.33º | 0.29% | 0.61% | - |
| XYZ | 23.78 | 28.24 | 35.65 | - |
| YUV | 140.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 152 | 156 | 0.29 | 0.03 | 0 | 0.39 | 185.33 | 0.19 | 0.52 |
| Hex | 6F | 98 | 9C | 1D | 3 | 0 | 27 | B9 | 13 | 34 |
| Octal | 157 | 230 | 234 | 35 | 3 | 0 | 47 | 271 | 23 | 64 |
| Binary | 1101111 | 10011000 | 10011100 | 11101 | 11 | 0 | 100111 | 10111001 | 10011 | 110100 |
Color Harmonies of #6F989C
Complementary color
Monochromatic Colors of #6F989C
Black with #6F989C
Text Example
Text Example
White with #6F989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F989C; }
p { color: rgb(111,152,156); }
H1.HeaderClassName
{
color: #6F989C;
}
.AnyTagClassName
{
color: #6F989C;
}
</style>
background-color css
<style>
a { background-color: #6F989C; }
a { background-color: rgb(111,152,156); }
div.DivClassName
{
background-color: #6F989C;
}
.BgClassName
{
background-color: #6F989C;
}
</style>
border-color css
<style>
span { border-color: #6F989C; }
span { border-color: rgb(111,152,156); }
td.TdClassName
{
border-color: #6F989C;
}
.TagClassName
{
border-color: #6F989C;
}
</style>