Shades of Cadet Blue #6999A4
Tints of Cadet Blue #6999A4
RGB
CMYK
RGB Variations
Color information
#6999A4 (or 0x6999A4) is known color: Cadet Blue. HEX triplet: 69, 99 and A4. RGB value is (105,153,164). Sum of RGB (Red+Green+Blue) = 105+153+164=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 164 - color contains mainly: blue. Hex color #6999A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6999A4 is #96665B. Grayscale: #8B8B8B. Windows color (decimal): -9856604 or 10787177. OLE color: 10787177.
HSL color Cylindrical-coordinate representation of color #6999A4: hue angle of 191.19º 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 #6999A4 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 153 | 164 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.36 |
| HSL | 191.19º | 0.24% | 0.53% | - |
| HSV(B) | 191.19º | 0.36% | 0.64% | - |
| XYZ | 23.92 | 28.47 | 39.36 | - |
| YUV | 139.9 | 141.6 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 153 | 164 | 0.36 | 0.07 | 0 | 0.36 | 191.19 | 0.24 | 0.53 |
| Hex | 69 | 99 | A4 | 24 | 7 | 0 | 24 | BF | 18 | 35 |
| Octal | 151 | 231 | 244 | 44 | 7 | 0 | 44 | 277 | 30 | 65 |
| Binary | 1101001 | 10011001 | 10100100 | 100100 | 111 | 0 | 100100 | 10111111 | 11000 | 110101 |
Color Harmonies of #6999A4
Complementary color
Monochromatic Colors of #6999A4
Black with #6999A4
Text Example
Text Example
White with #6999A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6999A4; }
p { color: rgb(105,153,164); }
H1.HeaderClassName
{
color: #6999A4;
}
.AnyTagClassName
{
color: #6999A4;
}
</style>
background-color css
<style>
a { background-color: #6999A4; }
a { background-color: rgb(105,153,164); }
div.DivClassName
{
background-color: #6999A4;
}
.BgClassName
{
background-color: #6999A4;
}
</style>
border-color css
<style>
span { border-color: #6999A4; }
span { border-color: rgb(105,153,164); }
td.TdClassName
{
border-color: #6999A4;
}
.TagClassName
{
border-color: #6999A4;
}
</style>