Shades of Cadet Blue #699BA7
Tints of Cadet Blue #699BA7
RGB
CMYK
RGB Variations
Color information
#699BA7 (or 0x699BA7) is known color: Cadet Blue. HEX triplet: 69, 9B and A7. RGB value is (105,155,167). Sum of RGB (Red+Green+Blue) = 105+155+167=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 167 - color contains mainly: blue. Hex color #699BA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699BA7 is #966458. Grayscale: #8D8D8D. Windows color (decimal): -9856089 or 10984297. OLE color: 10984297.
HSL color Cylindrical-coordinate representation of color #699BA7: hue angle of 191.61º 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 #699BA7 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 155 | 167 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.35 |
| HSL | 191.61º | 0.26% | 0.53% | - |
| HSV(B) | 191.61º | 0.37% | 0.65% | - |
| XYZ | 24.52 | 29.24 | 40.91 | - |
| YUV | 141.42 | 142.44 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 167 | 0.37 | 0.07 | 0 | 0.35 | 191.61 | 0.26 | 0.53 |
| Hex | 69 | 9B | A7 | 25 | 7 | 0 | 23 | C0 | 1A | 35 |
| Octal | 151 | 233 | 247 | 45 | 7 | 0 | 43 | 300 | 32 | 65 |
| Binary | 1101001 | 10011011 | 10100111 | 100101 | 111 | 0 | 100011 | 11000000 | 11010 | 110101 |
Color Harmonies of #699BA7
Complementary color
Monochromatic Colors of #699BA7
Black with #699BA7
Text Example
Text Example
White with #699BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699BA7; }
p { color: rgb(105,155,167); }
H1.HeaderClassName
{
color: #699BA7;
}
.AnyTagClassName
{
color: #699BA7;
}
</style>
background-color css
<style>
a { background-color: #699BA7; }
a { background-color: rgb(105,155,167); }
div.DivClassName
{
background-color: #699BA7;
}
.BgClassName
{
background-color: #699BA7;
}
</style>
border-color css
<style>
span { border-color: #699BA7; }
span { border-color: rgb(105,155,167); }
td.TdClassName
{
border-color: #699BA7;
}
.TagClassName
{
border-color: #699BA7;
}
</style>