Shades of Cadet Blue #6BA29D
Tints of Cadet Blue #6BA29D
RGB
CMYK
RGB Variations
Color information
#6BA29D (or 0x6BA29D) is known color: Cadet Blue. HEX triplet: 6B, A2 and 9D. RGB value is (107,162,157). Sum of RGB (Red+Green+Blue) = 107+162+157=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA29D is #945D62. Grayscale: #909090. Windows color (decimal): -9723235 or 10330731. OLE color: 10330731.
HSL color Cylindrical-coordinate representation of color #6BA29D: hue angle of 174.55º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6BA29D is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 162 | 157 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.36 |
| HSL | 174.55º | 0.23% | 0.53% | - |
| HSV(B) | 174.55º | 0.34% | 0.64% | - |
| XYZ | 25.07 | 31.4 | 36.64 | - |
| YUV | 144.99 | 134.78 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 157 | 0.34 | 0 | 0.03 | 0.36 | 174.55 | 0.23 | 0.53 |
| Hex | 6B | A2 | 9D | 22 | 0 | 3 | 24 | AF | 17 | 35 |
| Octal | 153 | 242 | 235 | 42 | 0 | 3 | 44 | 257 | 27 | 65 |
| Binary | 1101011 | 10100010 | 10011101 | 100010 | 0 | 11 | 100100 | 10101111 | 10111 | 110101 |
Color Harmonies of #6BA29D
Complementary color
Monochromatic Colors of #6BA29D
Black with #6BA29D
Text Example
Text Example
White with #6BA29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA29D; }
p { color: rgb(107,162,157); }
H1.HeaderClassName
{
color: #6BA29D;
}
.AnyTagClassName
{
color: #6BA29D;
}
</style>
background-color css
<style>
a { background-color: #6BA29D; }
a { background-color: rgb(107,162,157); }
div.DivClassName
{
background-color: #6BA29D;
}
.BgClassName
{
background-color: #6BA29D;
}
</style>
border-color css
<style>
span { border-color: #6BA29D; }
span { border-color: rgb(107,162,157); }
td.TdClassName
{
border-color: #6BA29D;
}
.TagClassName
{
border-color: #6BA29D;
}
</style>