Shades of Cadet Blue #699BA3
Tints of Cadet Blue #699BA3
RGB
CMYK
RGB Variations
Color information
#699BA3 (or 0x699BA3) is known color: Cadet Blue. HEX triplet: 69, 9B and A3. RGB value is (105,155,163). Sum of RGB (Red+Green+Blue) = 105+155+163=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 163 - color contains mainly: blue. Hex color #699BA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699BA3 is #96645C. Grayscale: #8C8C8C. Windows color (decimal): -9856093 or 10722153. OLE color: 10722153.
HSL color Cylindrical-coordinate representation of color #699BA3: hue angle of 188.28º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #699BA3 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 155 | 163 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.36 |
| HSL | 188.28º | 0.24% | 0.53% | - |
| HSV(B) | 188.28º | 0.36% | 0.64% | - |
| XYZ | 24.16 | 29.09 | 38.99 | - |
| YUV | 140.96 | 140.44 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 163 | 0.36 | 0.05 | 0 | 0.36 | 188.28 | 0.24 | 0.53 |
| Hex | 69 | 9B | A3 | 24 | 5 | 0 | 24 | BC | 18 | 35 |
| Octal | 151 | 233 | 243 | 44 | 5 | 0 | 44 | 274 | 30 | 65 |
| Binary | 1101001 | 10011011 | 10100011 | 100100 | 101 | 0 | 100100 | 10111100 | 11000 | 110101 |
Color Harmonies of #699BA3
Complementary color
Monochromatic Colors of #699BA3
Black with #699BA3
Text Example
Text Example
White with #699BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699BA3; }
p { color: rgb(105,155,163); }
H1.HeaderClassName
{
color: #699BA3;
}
.AnyTagClassName
{
color: #699BA3;
}
</style>
background-color css
<style>
a { background-color: #699BA3; }
a { background-color: rgb(105,155,163); }
div.DivClassName
{
background-color: #699BA3;
}
.BgClassName
{
background-color: #699BA3;
}
</style>
border-color css
<style>
span { border-color: #699BA3; }
span { border-color: rgb(105,155,163); }
td.TdClassName
{
border-color: #699BA3;
}
.TagClassName
{
border-color: #699BA3;
}
</style>