Shades of Cadet Blue #6BA09C
Tints of Cadet Blue #6BA09C
RGB
CMYK
RGB Variations
Color information
#6BA09C (or 0x6BA09C) is known color: Cadet Blue. HEX triplet: 6B, A0 and 9C. RGB value is (107,160,156). Sum of RGB (Red+Green+Blue) = 107+160+156=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA09C is #945F63. Grayscale: #8F8F8F. Windows color (decimal): -9723748 or 10264683. OLE color: 10264683.
HSL color Cylindrical-coordinate representation of color #6BA09C: hue angle of 175.47º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6BA09C is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 156 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.37 |
| HSL | 175.47º | 0.22% | 0.52% | - |
| HSV(B) | 175.47º | 0.33% | 0.63% | - |
| XYZ | 24.63 | 30.67 | 36.07 | - |
| YUV | 143.7 | 134.94 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 156 | 0.33 | 0 | 0.02 | 0.37 | 175.47 | 0.22 | 0.52 |
| Hex | 6B | A0 | 9C | 21 | 0 | 2 | 25 | AF | 16 | 34 |
| Octal | 153 | 240 | 234 | 41 | 0 | 2 | 45 | 257 | 26 | 64 |
| Binary | 1101011 | 10100000 | 10011100 | 100001 | 0 | 10 | 100101 | 10101111 | 10110 | 110100 |
Color Harmonies of #6BA09C
Complementary color
Monochromatic Colors of #6BA09C
Black with #6BA09C
Text Example
Text Example
White with #6BA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA09C; }
p { color: rgb(107,160,156); }
H1.HeaderClassName
{
color: #6BA09C;
}
.AnyTagClassName
{
color: #6BA09C;
}
</style>
background-color css
<style>
a { background-color: #6BA09C; }
a { background-color: rgb(107,160,156); }
div.DivClassName
{
background-color: #6BA09C;
}
.BgClassName
{
background-color: #6BA09C;
}
</style>
border-color css
<style>
span { border-color: #6BA09C; }
span { border-color: rgb(107,160,156); }
td.TdClassName
{
border-color: #6BA09C;
}
.TagClassName
{
border-color: #6BA09C;
}
</style>