Shades of Cadet Blue #6CA19C
Tints of Cadet Blue #6CA19C
RGB
CMYK
RGB Variations
Color information
#6CA19C (or 0x6CA19C) is known color: Cadet Blue. HEX triplet: 6C, A1 and 9C. RGB value is (108,161,156). Sum of RGB (Red+Green+Blue) = 108+161+156=425 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.41% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA19C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA19C is #935E63. Grayscale: #909090. Windows color (decimal): -9657956 or 10264940. OLE color: 10264940.
HSL color Cylindrical-coordinate representation of color #6CA19C: hue angle of 174.34º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6CA19C is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 161 | 156 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.37 |
| HSL | 174.34º | 0.22% | 0.53% | - |
| HSV(B) | 174.34º | 0.33% | 0.63% | - |
| XYZ | 24.93 | 31.08 | 36.14 | - |
| YUV | 144.58 | 134.44 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 161 | 156 | 0.33 | 0 | 0.03 | 0.37 | 174.34 | 0.22 | 0.53 |
| Hex | 6C | A1 | 9C | 21 | 0 | 3 | 25 | AE | 16 | 35 |
| Octal | 154 | 241 | 234 | 41 | 0 | 3 | 45 | 256 | 26 | 65 |
| Binary | 1101100 | 10100001 | 10011100 | 100001 | 0 | 11 | 100101 | 10101110 | 10110 | 110101 |
Color Harmonies of #6CA19C
Complementary color
Monochromatic Colors of #6CA19C
Black with #6CA19C
Text Example
Text Example
White with #6CA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA19C; }
p { color: rgb(108,161,156); }
H1.HeaderClassName
{
color: #6CA19C;
}
.AnyTagClassName
{
color: #6CA19C;
}
</style>
background-color css
<style>
a { background-color: #6CA19C; }
a { background-color: rgb(108,161,156); }
div.DivClassName
{
background-color: #6CA19C;
}
.BgClassName
{
background-color: #6CA19C;
}
</style>
border-color css
<style>
span { border-color: #6CA19C; }
span { border-color: rgb(108,161,156); }
td.TdClassName
{
border-color: #6CA19C;
}
.TagClassName
{
border-color: #6CA19C;
}
</style>