Shades of Cadet Blue #6FA0A0
Tints of Cadet Blue #6FA0A0
RGB
CMYK
RGB Variations
Color information
#6FA0A0 (or 0x6FA0A0) is known color: Cadet Blue. HEX triplet: 6F, A0 and A0. RGB value is (111,160,160). Sum of RGB (Red+Green+Blue) = 111+160+160=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 160 - color contains mainly: green, blue. Hex color #6FA0A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA0A0 is #905F5F. Grayscale: #919191. Windows color (decimal): -9461600 or 10526831. OLE color: 10526831.
HSL color Cylindrical-coordinate representation of color #6FA0A0: hue angle of 180º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA0A0 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 160 | 160 | - |
| CMYK | 0.31 | 0 | 0 | 0.37 |
| HSL | 180º | 0.21% | 0.53% | - |
| HSV(B) | 180º | 0.31% | 0.63% | - |
| XYZ | 25.47 | 31.06 | 37.91 | - |
| YUV | 145.35 | 136.27 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 160 | 160 | 0.31 | 0 | 0 | 0.37 | 180 | 0.21 | 0.53 |
| Hex | 6F | A0 | A0 | 1F | 0 | 0 | 25 | B4 | 15 | 35 |
| Octal | 157 | 240 | 240 | 37 | 0 | 0 | 45 | 264 | 25 | 65 |
| Binary | 1101111 | 10100000 | 10100000 | 11111 | 0 | 0 | 100101 | 10110100 | 10101 | 110101 |
Color Harmonies of #6FA0A0
Complementary color
Monochromatic Colors of #6FA0A0
Black with #6FA0A0
Text Example
Text Example
White with #6FA0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA0A0; }
p { color: rgb(111,160,160); }
H1.HeaderClassName
{
color: #6FA0A0;
}
.AnyTagClassName
{
color: #6FA0A0;
}
</style>
background-color css
<style>
a { background-color: #6FA0A0; }
a { background-color: rgb(111,160,160); }
div.DivClassName
{
background-color: #6FA0A0;
}
.BgClassName
{
background-color: #6FA0A0;
}
</style>
border-color css
<style>
span { border-color: #6FA0A0; }
span { border-color: rgb(111,160,160); }
td.TdClassName
{
border-color: #6FA0A0;
}
.TagClassName
{
border-color: #6FA0A0;
}
</style>