Shades of Neptune #6CA1AC
Tints of Neptune #6CA1AC
RGB
CMYK
RGB Variations
Color information
#6CA1AC (or 0x6CA1AC) is known color: Neptune. HEX triplet: 6C, A1 and AC. RGB value is (108,161,172). Sum of RGB (Red+Green+Blue) = 108+161+172=441 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.49% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #6CA1AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA1AC is #935E53. Grayscale: #929292. Windows color (decimal): -9657940 or 11313516. OLE color: 11313516.
HSL color Cylindrical-coordinate representation of color #6CA1AC: hue angle of 190.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6CA1AC is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 161 | 172 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.33 |
| HSL | 190.31º | 0.28% | 0.55% | - |
| HSV(B) | 190.31º | 0.37% | 0.67% | - |
| XYZ | 26.38 | 31.66 | 43.75 | - |
| YUV | 146.41 | 142.44 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 161 | 172 | 0.37 | 0.06 | 0 | 0.33 | 190.31 | 0.28 | 0.55 |
| Hex | 6C | A1 | AC | 25 | 6 | 0 | 21 | BE | 1C | 37 |
| Octal | 154 | 241 | 254 | 45 | 6 | 0 | 41 | 276 | 34 | 67 |
| Binary | 1101100 | 10100001 | 10101100 | 100101 | 110 | 0 | 100001 | 10111110 | 11100 | 110111 |
Color Harmonies of #6CA1AC
Complementary color
Monochromatic Colors of #6CA1AC
Black with #6CA1AC
Text Example
Text Example
White with #6CA1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA1AC; }
p { color: rgb(108,161,172); }
H1.HeaderClassName
{
color: #6CA1AC;
}
.AnyTagClassName
{
color: #6CA1AC;
}
</style>
background-color css
<style>
a { background-color: #6CA1AC; }
a { background-color: rgb(108,161,172); }
div.DivClassName
{
background-color: #6CA1AC;
}
.BgClassName
{
background-color: #6CA1AC;
}
</style>
border-color css
<style>
span { border-color: #6CA1AC; }
span { border-color: rgb(108,161,172); }
td.TdClassName
{
border-color: #6CA1AC;
}
.TagClassName
{
border-color: #6CA1AC;
}
</style>