Shades of Neptune #6FA4A6
Tints of Neptune #6FA4A6
RGB
CMYK
RGB Variations
Color information
#6FA4A6 (or 0x6FA4A6) is known color: Neptune. HEX triplet: 6F, A4 and A6. RGB value is (111,164,166). Sum of RGB (Red+Green+Blue) = 111+164+166=441 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.17% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 166 - color contains mainly: blue. Hex color #6FA4A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA4A6 is #905B59. Grayscale: #949494. Windows color (decimal): -9460570 or 10921071. OLE color: 10921071.
HSL color Cylindrical-coordinate representation of color #6FA4A6: hue angle of 182.18º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6FA4A6 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 164 | 166 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.35 |
| HSL | 182.18º | 0.24% | 0.54% | - |
| HSV(B) | 182.18º | 0.33% | 0.65% | - |
| XYZ | 26.71 | 32.68 | 40.98 | - |
| YUV | 148.38 | 137.94 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 164 | 166 | 0.33 | 0.01 | 0 | 0.35 | 182.18 | 0.24 | 0.54 |
| Hex | 6F | A4 | A6 | 21 | 1 | 0 | 23 | B6 | 18 | 36 |
| Octal | 157 | 244 | 246 | 41 | 1 | 0 | 43 | 266 | 30 | 66 |
| Binary | 1101111 | 10100100 | 10100110 | 100001 | 1 | 0 | 100011 | 10110110 | 11000 | 110110 |
Color Harmonies of #6FA4A6
Complementary color
Monochromatic Colors of #6FA4A6
Black with #6FA4A6
Text Example
Text Example
White with #6FA4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA4A6; }
p { color: rgb(111,164,166); }
H1.HeaderClassName
{
color: #6FA4A6;
}
.AnyTagClassName
{
color: #6FA4A6;
}
</style>
background-color css
<style>
a { background-color: #6FA4A6; }
a { background-color: rgb(111,164,166); }
div.DivClassName
{
background-color: #6FA4A6;
}
.BgClassName
{
background-color: #6FA4A6;
}
</style>
border-color css
<style>
span { border-color: #6FA4A6; }
span { border-color: rgb(111,164,166); }
td.TdClassName
{
border-color: #6FA4A6;
}
.TagClassName
{
border-color: #6FA4A6;
}
</style>