Shades of Cadet Blue #69A5A7
Tints of Cadet Blue #69A5A7
RGB
CMYK
RGB Variations
Color information
#69A5A7 (or 0x69A5A7) is known color: Cadet Blue. HEX triplet: 69, A5 and A7. RGB value is (105,165,167). Sum of RGB (Red+Green+Blue) = 105+165+167=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 167 - color contains mainly: blue. Hex color #69A5A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A5A7 is #965A58. Grayscale: #939393. Windows color (decimal): -9853529 or 10986857. OLE color: 10986857.
HSL color Cylindrical-coordinate representation of color #69A5A7: hue angle of 181.94º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69A5A7 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 165 | 167 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.35 |
| HSL | 181.94º | 0.26% | 0.53% | - |
| HSV(B) | 181.94º | 0.37% | 0.65% | - |
| XYZ | 26.26 | 32.7 | 41.49 | - |
| YUV | 147.29 | 139.12 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 165 | 167 | 0.37 | 0.01 | 0 | 0.35 | 181.94 | 0.26 | 0.53 |
| Hex | 69 | A5 | A7 | 25 | 1 | 0 | 23 | B6 | 1A | 35 |
| Octal | 151 | 245 | 247 | 45 | 1 | 0 | 43 | 266 | 32 | 65 |
| Binary | 1101001 | 10100101 | 10100111 | 100101 | 1 | 0 | 100011 | 10110110 | 11010 | 110101 |
Color Harmonies of #69A5A7
Complementary color
Monochromatic Colors of #69A5A7
Black with #69A5A7
Text Example
Text Example
White with #69A5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A5A7; }
p { color: rgb(105,165,167); }
H1.HeaderClassName
{
color: #69A5A7;
}
.AnyTagClassName
{
color: #69A5A7;
}
</style>
background-color css
<style>
a { background-color: #69A5A7; }
a { background-color: rgb(105,165,167); }
div.DivClassName
{
background-color: #69A5A7;
}
.BgClassName
{
background-color: #69A5A7;
}
</style>
border-color css
<style>
span { border-color: #69A5A7; }
span { border-color: rgb(105,165,167); }
td.TdClassName
{
border-color: #69A5A7;
}
.TagClassName
{
border-color: #69A5A7;
}
</style>