Shades of Neptune #6CA3AA
Tints of Neptune #6CA3AA
RGB
CMYK
RGB Variations
Color information
#6CA3AA (or 0x6CA3AA) is known color: Neptune. HEX triplet: 6C, A3 and AA. RGB value is (108,163,170). Sum of RGB (Red+Green+Blue) = 108+163+170=441 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.49% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #6CA3AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA3AA is #935C55. Grayscale: #939393. Windows color (decimal): -9657430 or 11182956. OLE color: 11182956.
HSL color Cylindrical-coordinate representation of color #6CA3AA: hue angle of 186.77º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6CA3AA is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 163 | 170 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.33 |
| HSL | 186.77º | 0.27% | 0.55% | - |
| HSV(B) | 186.77º | 0.36% | 0.67% | - |
| XYZ | 26.54 | 32.28 | 42.86 | - |
| YUV | 147.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 163 | 170 | 0.36 | 0.04 | 0 | 0.33 | 186.77 | 0.27 | 0.55 |
| Hex | 6C | A3 | AA | 24 | 4 | 0 | 21 | BB | 1B | 37 |
| Octal | 154 | 243 | 252 | 44 | 4 | 0 | 41 | 273 | 33 | 67 |
| Binary | 1101100 | 10100011 | 10101010 | 100100 | 100 | 0 | 100001 | 10111011 | 11011 | 110111 |
Color Harmonies of #6CA3AA
Complementary color
Monochromatic Colors of #6CA3AA
Black with #6CA3AA
Text Example
Text Example
White with #6CA3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA3AA; }
p { color: rgb(108,163,170); }
H1.HeaderClassName
{
color: #6CA3AA;
}
.AnyTagClassName
{
color: #6CA3AA;
}
</style>
background-color css
<style>
a { background-color: #6CA3AA; }
a { background-color: rgb(108,163,170); }
div.DivClassName
{
background-color: #6CA3AA;
}
.BgClassName
{
background-color: #6CA3AA;
}
</style>
border-color css
<style>
span { border-color: #6CA3AA; }
span { border-color: rgb(108,163,170); }
td.TdClassName
{
border-color: #6CA3AA;
}
.TagClassName
{
border-color: #6CA3AA;
}
</style>