Shades of Neptune #6FA8AE
Tints of Neptune #6FA8AE
RGB
CMYK
RGB Variations
Color information
#6FA8AE (or 0x6FA8AE) is known color: Neptune. HEX triplet: 6F, A8 and AE. RGB value is (111,168,174). Sum of RGB (Red+Green+Blue) = 111+168+174=453 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.50% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #6FA8AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA8AE is #905751. Grayscale: #979797. Windows color (decimal): -9459538 or 11446383. OLE color: 11446383.
HSL color Cylindrical-coordinate representation of color #6FA8AE: hue angle of 185.71º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FA8AE is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 168 | 174 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.32 |
| HSL | 185.71º | 0.28% | 0.56% | - |
| HSV(B) | 185.71º | 0.36% | 0.68% | - |
| XYZ | 28.2 | 34.44 | 45.21 | - |
| YUV | 151.64 | 140.62 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 168 | 174 | 0.36 | 0.03 | 0 | 0.32 | 185.71 | 0.28 | 0.56 |
| Hex | 6F | A8 | AE | 24 | 3 | 0 | 20 | BA | 1C | 38 |
| Octal | 157 | 250 | 256 | 44 | 3 | 0 | 40 | 272 | 34 | 70 |
| Binary | 1101111 | 10101000 | 10101110 | 100100 | 11 | 0 | 100000 | 10111010 | 11100 | 111000 |
Color Harmonies of #6FA8AE
Complementary color
Monochromatic Colors of #6FA8AE
Black with #6FA8AE
Text Example
Text Example
White with #6FA8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA8AE; }
p { color: rgb(111,168,174); }
H1.HeaderClassName
{
color: #6FA8AE;
}
.AnyTagClassName
{
color: #6FA8AE;
}
</style>
background-color css
<style>
a { background-color: #6FA8AE; }
a { background-color: rgb(111,168,174); }
div.DivClassName
{
background-color: #6FA8AE;
}
.BgClassName
{
background-color: #6FA8AE;
}
</style>
border-color css
<style>
span { border-color: #6FA8AE; }
span { border-color: rgb(111,168,174); }
td.TdClassName
{
border-color: #6FA8AE;
}
.TagClassName
{
border-color: #6FA8AE;
}
</style>