Shades of Cadet Blue #6D989B
Tints of Cadet Blue #6D989B
RGB
CMYK
RGB Variations
Color information
#6D989B (or 0x6D989B) is known color: Cadet Blue. HEX triplet: 6D, 98 and 9B. RGB value is (109,152,155). Sum of RGB (Red+Green+Blue) = 109+152+155=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D989B is #926764. Grayscale: #8B8B8B. Windows color (decimal): -9594725 or 10197101. OLE color: 10197101.
HSL color Cylindrical-coordinate representation of color #6D989B: hue angle of 183.91º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D989B is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 152 | 155 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.39 |
| HSL | 183.91º | 0.19% | 0.52% | - |
| HSV(B) | 183.91º | 0.3% | 0.61% | - |
| XYZ | 23.45 | 28.07 | 35.19 | - |
| YUV | 139.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 152 | 155 | 0.30 | 0.02 | 0 | 0.39 | 183.91 | 0.19 | 0.52 |
| Hex | 6D | 98 | 9B | 1E | 2 | 0 | 27 | B8 | 13 | 34 |
| Octal | 155 | 230 | 233 | 36 | 2 | 0 | 47 | 270 | 23 | 64 |
| Binary | 1101101 | 10011000 | 10011011 | 11110 | 10 | 0 | 100111 | 10111000 | 10011 | 110100 |
Color Harmonies of #6D989B
Complementary color
Monochromatic Colors of #6D989B
Black with #6D989B
Text Example
Text Example
White with #6D989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D989B; }
p { color: rgb(109,152,155); }
H1.HeaderClassName
{
color: #6D989B;
}
.AnyTagClassName
{
color: #6D989B;
}
</style>
background-color css
<style>
a { background-color: #6D989B; }
a { background-color: rgb(109,152,155); }
div.DivClassName
{
background-color: #6D989B;
}
.BgClassName
{
background-color: #6D989B;
}
</style>
border-color css
<style>
span { border-color: #6D989B; }
span { border-color: rgb(109,152,155); }
td.TdClassName
{
border-color: #6D989B;
}
.TagClassName
{
border-color: #6D989B;
}
</style>