Shades of Neptune #6DA5A9
Tints of Neptune #6DA5A9
RGB
CMYK
RGB Variations
Color information
#6DA5A9 (or 0x6DA5A9) is known color: Neptune. HEX triplet: 6D, A5 and A9. RGB value is (109,165,169). Sum of RGB (Red+Green+Blue) = 109+165+169=443 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.60% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 169 - color contains mainly: blue. Hex color #6DA5A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA5A9 is #925A56. Grayscale: #949494. Windows color (decimal): -9591383 or 11117933. OLE color: 11117933.
HSL color Cylindrical-coordinate representation of color #6DA5A9: hue angle of 184º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DA5A9 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 165 | 169 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.34 |
| HSL | 184º | 0.26% | 0.55% | - |
| HSV(B) | 184º | 0.36% | 0.66% | - |
| XYZ | 26.92 | 33.03 | 42.49 | - |
| YUV | 148.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 169 | 0.36 | 0.02 | 0 | 0.34 | 184 | 0.26 | 0.55 |
| Hex | 6D | A5 | A9 | 24 | 2 | 0 | 22 | B8 | 1A | 37 |
| Octal | 155 | 245 | 251 | 44 | 2 | 0 | 42 | 270 | 32 | 67 |
| Binary | 1101101 | 10100101 | 10101001 | 100100 | 10 | 0 | 100010 | 10111000 | 11010 | 110111 |
Color Harmonies of #6DA5A9
Complementary color
Monochromatic Colors of #6DA5A9
Black with #6DA5A9
Text Example
Text Example
White with #6DA5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA5A9; }
p { color: rgb(109,165,169); }
H1.HeaderClassName
{
color: #6DA5A9;
}
.AnyTagClassName
{
color: #6DA5A9;
}
</style>
background-color css
<style>
a { background-color: #6DA5A9; }
a { background-color: rgb(109,165,169); }
div.DivClassName
{
background-color: #6DA5A9;
}
.BgClassName
{
background-color: #6DA5A9;
}
</style>
border-color css
<style>
span { border-color: #6DA5A9; }
span { border-color: rgb(109,165,169); }
td.TdClassName
{
border-color: #6DA5A9;
}
.TagClassName
{
border-color: #6DA5A9;
}
</style>