Shades of Cadet Blue #67A1A9
Tints of Cadet Blue #67A1A9
RGB
CMYK
RGB Variations
Color information
#67A1A9 (or 0x67A1A9) is known color: Cadet Blue. HEX triplet: 67, A1 and A9. RGB value is (103,161,169). Sum of RGB (Red+Green+Blue) = 103+161+169=433 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.79% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 169 - color contains mainly: blue. Hex color #67A1A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A1A9 is #985E56. Grayscale: #909090. Windows color (decimal): -9985623 or 11116903. OLE color: 11116903.
HSL color Cylindrical-coordinate representation of color #67A1A9: hue angle of 187.27º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67A1A9 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 161 | 169 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.34 |
| HSL | 187.27º | 0.28% | 0.53% | - |
| HSV(B) | 187.27º | 0.39% | 0.66% | - |
| XYZ | 25.5 | 31.24 | 42.22 | - |
| YUV | 144.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 161 | 169 | 0.39 | 0.05 | 0 | 0.34 | 187.27 | 0.28 | 0.53 |
| Hex | 67 | A1 | A9 | 27 | 5 | 0 | 22 | BB | 1C | 35 |
| Octal | 147 | 241 | 251 | 47 | 5 | 0 | 42 | 273 | 34 | 65 |
| Binary | 1100111 | 10100001 | 10101001 | 100111 | 101 | 0 | 100010 | 10111011 | 11100 | 110101 |
Color Harmonies of #67A1A9
Complementary color
Monochromatic Colors of #67A1A9
Black with #67A1A9
Text Example
Text Example
White with #67A1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A1A9; }
p { color: rgb(103,161,169); }
H1.HeaderClassName
{
color: #67A1A9;
}
.AnyTagClassName
{
color: #67A1A9;
}
</style>
background-color css
<style>
a { background-color: #67A1A9; }
a { background-color: rgb(103,161,169); }
div.DivClassName
{
background-color: #67A1A9;
}
.BgClassName
{
background-color: #67A1A9;
}
</style>
border-color css
<style>
span { border-color: #67A1A9; }
span { border-color: rgb(103,161,169); }
td.TdClassName
{
border-color: #67A1A9;
}
.TagClassName
{
border-color: #67A1A9;
}
</style>