Shades of Cadet Blue #6BA09A
Tints of Cadet Blue #6BA09A
RGB
CMYK
RGB Variations
Color information
#6BA09A (or 0x6BA09A) is known color: Cadet Blue. HEX triplet: 6B, A0 and 9A. RGB value is (107,160,154). Sum of RGB (Red+Green+Blue) = 107+160+154=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA09A is #945F65. Grayscale: #8F8F8F. Windows color (decimal): -9723750 or 10133611. OLE color: 10133611.
HSL color Cylindrical-coordinate representation of color #6BA09A: hue angle of 173.21º 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 #6BA09A is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 154 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.37 |
| HSL | 173.21º | 0.22% | 0.52% | - |
| HSV(B) | 173.21º | 0.33% | 0.63% | - |
| XYZ | 24.47 | 30.6 | 35.19 | - |
| YUV | 143.47 | 133.94 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 154 | 0.33 | 0 | 0.04 | 0.37 | 173.21 | 0.22 | 0.52 |
| Hex | 6B | A0 | 9A | 21 | 0 | 4 | 25 | AD | 16 | 34 |
| Octal | 153 | 240 | 232 | 41 | 0 | 4 | 45 | 255 | 26 | 64 |
| Binary | 1101011 | 10100000 | 10011010 | 100001 | 0 | 100 | 100101 | 10101101 | 10110 | 110100 |
Color Harmonies of #6BA09A
Complementary color
Monochromatic Colors of #6BA09A
Black with #6BA09A
Text Example
Text Example
White with #6BA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA09A; }
p { color: rgb(107,160,154); }
H1.HeaderClassName
{
color: #6BA09A;
}
.AnyTagClassName
{
color: #6BA09A;
}
</style>
background-color css
<style>
a { background-color: #6BA09A; }
a { background-color: rgb(107,160,154); }
div.DivClassName
{
background-color: #6BA09A;
}
.BgClassName
{
background-color: #6BA09A;
}
</style>
border-color css
<style>
span { border-color: #6BA09A; }
span { border-color: rgb(107,160,154); }
td.TdClassName
{
border-color: #6BA09A;
}
.TagClassName
{
border-color: #6BA09A;
}
</style>