Shades of Cadet Blue #699BA8
Tints of Cadet Blue #699BA8
RGB
CMYK
RGB Variations
Color information
#699BA8 (or 0x699BA8) is known color: Cadet Blue. HEX triplet: 69, 9B and A8. RGB value is (105,155,168). Sum of RGB (Red+Green+Blue) = 105+155+168=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 168 - color contains mainly: blue. Hex color #699BA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699BA8 is #966457. Grayscale: #8D8D8D. Windows color (decimal): -9856088 or 11049833. OLE color: 11049833.
HSL color Cylindrical-coordinate representation of color #699BA8: hue angle of 192.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #699BA8 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 155 | 168 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.34 |
| HSL | 192.38º | 0.27% | 0.54% | - |
| HSV(B) | 192.38º | 0.38% | 0.66% | - |
| XYZ | 24.61 | 29.27 | 41.4 | - |
| YUV | 141.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 168 | 0.38 | 0.08 | 0 | 0.34 | 192.38 | 0.27 | 0.54 |
| Hex | 69 | 9B | A8 | 26 | 8 | 0 | 22 | C0 | 1B | 36 |
| Octal | 151 | 233 | 250 | 46 | 10 | 0 | 42 | 300 | 33 | 66 |
| Binary | 1101001 | 10011011 | 10101000 | 100110 | 1000 | 0 | 100010 | 11000000 | 11011 | 110110 |
Color Harmonies of #699BA8
Complementary color
Monochromatic Colors of #699BA8
Black with #699BA8
Text Example
Text Example
White with #699BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699BA8; }
p { color: rgb(105,155,168); }
H1.HeaderClassName
{
color: #699BA8;
}
.AnyTagClassName
{
color: #699BA8;
}
</style>
background-color css
<style>
a { background-color: #699BA8; }
a { background-color: rgb(105,155,168); }
div.DivClassName
{
background-color: #699BA8;
}
.BgClassName
{
background-color: #699BA8;
}
</style>
border-color css
<style>
span { border-color: #699BA8; }
span { border-color: rgb(105,155,168); }
td.TdClassName
{
border-color: #699BA8;
}
.TagClassName
{
border-color: #699BA8;
}
</style>