Shades of Cadet Blue #6BA19C
Tints of Cadet Blue #6BA19C
RGB
CMYK
RGB Variations
Color information
#6BA19C (or 0x6BA19C) is known color: Cadet Blue. HEX triplet: 6B, A1 and 9C. RGB value is (107,161,156). Sum of RGB (Red+Green+Blue) = 107+161+156=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA19C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA19C is #945E63. Grayscale: #909090. Windows color (decimal): -9723492 or 10264939. OLE color: 10264939.
HSL color Cylindrical-coordinate representation of color #6BA19C: hue angle of 174.44º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6BA19C is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 156 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.37 |
| HSL | 174.44º | 0.22% | 0.53% | - |
| HSV(B) | 174.44º | 0.34% | 0.63% | - |
| XYZ | 24.81 | 31.02 | 36.13 | - |
| YUV | 144.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 156 | 0.34 | 0 | 0.03 | 0.37 | 174.44 | 0.22 | 0.53 |
| Hex | 6B | A1 | 9C | 22 | 0 | 3 | 25 | AE | 16 | 35 |
| Octal | 153 | 241 | 234 | 42 | 0 | 3 | 45 | 256 | 26 | 65 |
| Binary | 1101011 | 10100001 | 10011100 | 100010 | 0 | 11 | 100101 | 10101110 | 10110 | 110101 |
Color Harmonies of #6BA19C
Complementary color
Monochromatic Colors of #6BA19C
Black with #6BA19C
Text Example
Text Example
White with #6BA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA19C; }
p { color: rgb(107,161,156); }
H1.HeaderClassName
{
color: #6BA19C;
}
.AnyTagClassName
{
color: #6BA19C;
}
</style>
background-color css
<style>
a { background-color: #6BA19C; }
a { background-color: rgb(107,161,156); }
div.DivClassName
{
background-color: #6BA19C;
}
.BgClassName
{
background-color: #6BA19C;
}
</style>
border-color css
<style>
span { border-color: #6BA19C; }
span { border-color: rgb(107,161,156); }
td.TdClassName
{
border-color: #6BA19C;
}
.TagClassName
{
border-color: #6BA19C;
}
</style>