Shades of Cadet Blue #6696A0
Tints of Cadet Blue #6696A0
RGB
CMYK
RGB Variations
Color information
#6696A0 (or 0x6696A0) is known color: Cadet Blue. HEX triplet: 66, 96 and A0. RGB value is (102,150,160). Sum of RGB (Red+Green+Blue) = 102+150+160=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 160 - color contains mainly: blue. Hex color #6696A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6696A0 is #99695F. Grayscale: #888888. Windows color (decimal): -10053984 or 10524262. OLE color: 10524262.
HSL color Cylindrical-coordinate representation of color #6696A0: hue angle of 190.34º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6696A0 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 150 | 160 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.37 |
| HSL | 190.34º | 0.23% | 0.51% | - |
| HSV(B) | 190.34º | 0.36% | 0.63% | - |
| XYZ | 22.73 | 27.18 | 37.31 | - |
| YUV | 136.79 | 141.1 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 160 | 0.36 | 0.06 | 0 | 0.37 | 190.34 | 0.23 | 0.51 |
| Hex | 66 | 96 | A0 | 24 | 6 | 0 | 25 | BE | 17 | 33 |
| Octal | 146 | 226 | 240 | 44 | 6 | 0 | 45 | 276 | 27 | 63 |
| Binary | 1100110 | 10010110 | 10100000 | 100100 | 110 | 0 | 100101 | 10111110 | 10111 | 110011 |
Color Harmonies of #6696A0
Complementary color
Monochromatic Colors of #6696A0
Black with #6696A0
Text Example
Text Example
White with #6696A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6696A0; }
p { color: rgb(102,150,160); }
H1.HeaderClassName
{
color: #6696A0;
}
.AnyTagClassName
{
color: #6696A0;
}
</style>
background-color css
<style>
a { background-color: #6696A0; }
a { background-color: rgb(102,150,160); }
div.DivClassName
{
background-color: #6696A0;
}
.BgClassName
{
background-color: #6696A0;
}
</style>
border-color css
<style>
span { border-color: #6696A0; }
span { border-color: rgb(102,150,160); }
td.TdClassName
{
border-color: #6696A0;
}
.TagClassName
{
border-color: #6696A0;
}
</style>