Shades of Cadet Blue #6799A0
Tints of Cadet Blue #6799A0
RGB
CMYK
RGB Variations
Color information
#6799A0 (or 0x6799A0) is known color: Cadet Blue. HEX triplet: 67, 99 and A0. RGB value is (103,153,160). Sum of RGB (Red+Green+Blue) = 103+153+160=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 160 - color contains mainly: blue. Hex color #6799A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6799A0 is #98665F. Grayscale: #8A8A8A. Windows color (decimal): -9987680 or 10525031. OLE color: 10525031.
HSL color Cylindrical-coordinate representation of color #6799A0: hue angle of 187.37º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6799A0 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 153 | 160 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.37 |
| HSL | 187.37º | 0.23% | 0.52% | - |
| HSV(B) | 187.37º | 0.36% | 0.63% | - |
| XYZ | 23.33 | 28.2 | 37.47 | - |
| YUV | 138.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 160 | 0.36 | 0.04 | 0 | 0.37 | 187.37 | 0.23 | 0.52 |
| Hex | 67 | 99 | A0 | 24 | 4 | 0 | 25 | BB | 17 | 34 |
| Octal | 147 | 231 | 240 | 44 | 4 | 0 | 45 | 273 | 27 | 64 |
| Binary | 1100111 | 10011001 | 10100000 | 100100 | 100 | 0 | 100101 | 10111011 | 10111 | 110100 |
Color Harmonies of #6799A0
Complementary color
Monochromatic Colors of #6799A0
Black with #6799A0
Text Example
Text Example
White with #6799A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6799A0; }
p { color: rgb(103,153,160); }
H1.HeaderClassName
{
color: #6799A0;
}
.AnyTagClassName
{
color: #6799A0;
}
</style>
background-color css
<style>
a { background-color: #6799A0; }
a { background-color: rgb(103,153,160); }
div.DivClassName
{
background-color: #6799A0;
}
.BgClassName
{
background-color: #6799A0;
}
</style>
border-color css
<style>
span { border-color: #6799A0; }
span { border-color: rgb(103,153,160); }
td.TdClassName
{
border-color: #6799A0;
}
.TagClassName
{
border-color: #6799A0;
}
</style>