Shades of Cadet Blue #6999A5
Tints of Cadet Blue #6999A5
RGB
CMYK
RGB Variations
Color information
#6999A5 (or 0x6999A5) is known color: Cadet Blue. HEX triplet: 69, 99 and A5. RGB value is (105,153,165). Sum of RGB (Red+Green+Blue) = 105+153+165=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 165 - color contains mainly: blue. Hex color #6999A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6999A5 is #96665A. Grayscale: #8B8B8B. Windows color (decimal): -9856603 or 10852713. OLE color: 10852713.
HSL color Cylindrical-coordinate representation of color #6999A5: hue angle of 192º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6999A5 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 153 | 165 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.35 |
| HSL | 192º | 0.25% | 0.53% | - |
| HSV(B) | 192º | 0.36% | 0.65% | - |
| XYZ | 24.01 | 28.5 | 39.83 | - |
| YUV | 140.02 | 142.1 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 153 | 165 | 0.36 | 0.07 | 0 | 0.35 | 192 | 0.25 | 0.53 |
| Hex | 69 | 99 | A5 | 24 | 7 | 0 | 23 | C0 | 19 | 35 |
| Octal | 151 | 231 | 245 | 44 | 7 | 0 | 43 | 300 | 31 | 65 |
| Binary | 1101001 | 10011001 | 10100101 | 100100 | 111 | 0 | 100011 | 11000000 | 11001 | 110101 |
Color Harmonies of #6999A5
Complementary color
Monochromatic Colors of #6999A5
Black with #6999A5
Text Example
Text Example
White with #6999A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6999A5; }
p { color: rgb(105,153,165); }
H1.HeaderClassName
{
color: #6999A5;
}
.AnyTagClassName
{
color: #6999A5;
}
</style>
background-color css
<style>
a { background-color: #6999A5; }
a { background-color: rgb(105,153,165); }
div.DivClassName
{
background-color: #6999A5;
}
.BgClassName
{
background-color: #6999A5;
}
</style>
border-color css
<style>
span { border-color: #6999A5; }
span { border-color: rgb(105,153,165); }
td.TdClassName
{
border-color: #6999A5;
}
.TagClassName
{
border-color: #6999A5;
}
</style>