Shades of Cadet Blue #6CA09B
Tints of Cadet Blue #6CA09B
RGB
CMYK
RGB Variations
Color information
#6CA09B (or 0x6CA09B) is known color: Cadet Blue. HEX triplet: 6C, A0 and 9B. RGB value is (108,160,155). Sum of RGB (Red+Green+Blue) = 108+160+155=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA09B is #935F64. Grayscale: #8F8F8F. Windows color (decimal): -9658213 or 10199148. OLE color: 10199148.
HSL color Cylindrical-coordinate representation of color #6CA09B: hue angle of 174.23º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6CA09B is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 160 | 155 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.37 |
| HSL | 174.23º | 0.21% | 0.53% | - |
| HSV(B) | 174.23º | 0.33% | 0.63% | - |
| XYZ | 24.67 | 30.7 | 35.64 | - |
| YUV | 143.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 160 | 155 | 0.32 | 0 | 0.03 | 0.37 | 174.23 | 0.21 | 0.53 |
| Hex | 6C | A0 | 9B | 20 | 0 | 3 | 25 | AE | 15 | 35 |
| Octal | 154 | 240 | 233 | 40 | 0 | 3 | 45 | 256 | 25 | 65 |
| Binary | 1101100 | 10100000 | 10011011 | 100000 | 0 | 11 | 100101 | 10101110 | 10101 | 110101 |
Color Harmonies of #6CA09B
Complementary color
Monochromatic Colors of #6CA09B
Black with #6CA09B
Text Example
Text Example
White with #6CA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA09B; }
p { color: rgb(108,160,155); }
H1.HeaderClassName
{
color: #6CA09B;
}
.AnyTagClassName
{
color: #6CA09B;
}
</style>
background-color css
<style>
a { background-color: #6CA09B; }
a { background-color: rgb(108,160,155); }
div.DivClassName
{
background-color: #6CA09B;
}
.BgClassName
{
background-color: #6CA09B;
}
</style>
border-color css
<style>
span { border-color: #6CA09B; }
span { border-color: rgb(108,160,155); }
td.TdClassName
{
border-color: #6CA09B;
}
.TagClassName
{
border-color: #6CA09B;
}
</style>