Shades of Cadet Blue #6C9F9B
Tints of Cadet Blue #6C9F9B
RGB
CMYK
RGB Variations
Color information
#6C9F9B (or 0x6C9F9B) is known color: Cadet Blue. HEX triplet: 6C, 9F and 9B. RGB value is (108,159,155). Sum of RGB (Red+Green+Blue) = 108+159+155=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 159 - color contains mainly: green. Hex color #6C9F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9F9B is #936064. Grayscale: #8F8F8F. Windows color (decimal): -9658469 or 10198892. OLE color: 10198892.
HSL color Cylindrical-coordinate representation of color #6C9F9B: hue angle of 175.29º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C9F9B is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 159 | 155 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.38 |
| HSL | 175.29º | 0.21% | 0.52% | - |
| HSV(B) | 175.29º | 0.32% | 0.62% | - |
| XYZ | 24.5 | 30.35 | 35.58 | - |
| YUV | 143.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 159 | 155 | 0.32 | 0 | 0.03 | 0.38 | 175.29 | 0.21 | 0.52 |
| Hex | 6C | 9F | 9B | 20 | 0 | 3 | 26 | AF | 15 | 34 |
| Octal | 154 | 237 | 233 | 40 | 0 | 3 | 46 | 257 | 25 | 64 |
| Binary | 1101100 | 10011111 | 10011011 | 100000 | 0 | 11 | 100110 | 10101111 | 10101 | 110100 |
Color Harmonies of #6C9F9B
Complementary color
Monochromatic Colors of #6C9F9B
Black with #6C9F9B
Text Example
Text Example
White with #6C9F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9F9B; }
p { color: rgb(108,159,155); }
H1.HeaderClassName
{
color: #6C9F9B;
}
.AnyTagClassName
{
color: #6C9F9B;
}
</style>
background-color css
<style>
a { background-color: #6C9F9B; }
a { background-color: rgb(108,159,155); }
div.DivClassName
{
background-color: #6C9F9B;
}
.BgClassName
{
background-color: #6C9F9B;
}
</style>
border-color css
<style>
span { border-color: #6C9F9B; }
span { border-color: rgb(108,159,155); }
td.TdClassName
{
border-color: #6C9F9B;
}
.TagClassName
{
border-color: #6C9F9B;
}
</style>