Shades of Neptune #6CA5AC
Tints of Neptune #6CA5AC
RGB
CMYK
RGB Variations
Color information
#6CA5AC (or 0x6CA5AC) is known color: Neptune. HEX triplet: 6C, A5 and AC. RGB value is (108,165,172). Sum of RGB (Red+Green+Blue) = 108+165+172=445 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.27% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #6CA5AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA5AC is #935A53. Grayscale: #949494. Windows color (decimal): -9656916 or 11314540. OLE color: 11314540.
HSL color Cylindrical-coordinate representation of color #6CA5AC: hue angle of 186.56º 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 #6CA5AC is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 165 | 172 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.33 |
| HSL | 186.56º | 0.28% | 0.55% | - |
| HSV(B) | 186.56º | 0.37% | 0.67% | - |
| XYZ | 27.09 | 33.08 | 43.99 | - |
| YUV | 148.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 165 | 172 | 0.37 | 0.04 | 0 | 0.33 | 186.56 | 0.28 | 0.55 |
| Hex | 6C | A5 | AC | 25 | 4 | 0 | 21 | BB | 1C | 37 |
| Octal | 154 | 245 | 254 | 45 | 4 | 0 | 41 | 273 | 34 | 67 |
| Binary | 1101100 | 10100101 | 10101100 | 100101 | 100 | 0 | 100001 | 10111011 | 11100 | 110111 |
Color Harmonies of #6CA5AC
Complementary color
Monochromatic Colors of #6CA5AC
Black with #6CA5AC
Text Example
Text Example
White with #6CA5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA5AC; }
p { color: rgb(108,165,172); }
H1.HeaderClassName
{
color: #6CA5AC;
}
.AnyTagClassName
{
color: #6CA5AC;
}
</style>
background-color css
<style>
a { background-color: #6CA5AC; }
a { background-color: rgb(108,165,172); }
div.DivClassName
{
background-color: #6CA5AC;
}
.BgClassName
{
background-color: #6CA5AC;
}
</style>
border-color css
<style>
span { border-color: #6CA5AC; }
span { border-color: rgb(108,165,172); }
td.TdClassName
{
border-color: #6CA5AC;
}
.TagClassName
{
border-color: #6CA5AC;
}
</style>