Shades of Neptune #6FAAAC
Tints of Neptune #6FAAAC
RGB
CMYK
RGB Variations
Color information
#6FAAAC (or 0x6FAAAC) is known color: Neptune. HEX triplet: 6F, AA and AC. RGB value is (111,170,172). Sum of RGB (Red+Green+Blue) = 111+170+172=453 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.50% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #6FAAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAAAC is #905553. Grayscale: #989898. Windows color (decimal): -9459028 or 11315823. OLE color: 11315823.
HSL color Cylindrical-coordinate representation of color #6FAAAC: hue angle of 181.97º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FAAAC is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 170 | 172 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.33 |
| HSL | 181.97º | 0.27% | 0.55% | - |
| HSV(B) | 181.97º | 0.35% | 0.67% | - |
| XYZ | 28.38 | 35.11 | 44.31 | - |
| YUV | 152.59 | 138.95 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 172 | 0.35 | 0.01 | 0 | 0.33 | 181.97 | 0.27 | 0.55 |
| Hex | 6F | AA | AC | 23 | 1 | 0 | 21 | B6 | 1B | 37 |
| Octal | 157 | 252 | 254 | 43 | 1 | 0 | 41 | 266 | 33 | 67 |
| Binary | 1101111 | 10101010 | 10101100 | 100011 | 1 | 0 | 100001 | 10110110 | 11011 | 110111 |
Color Harmonies of #6FAAAC
Complementary color
Monochromatic Colors of #6FAAAC
Black with #6FAAAC
Text Example
Text Example
White with #6FAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAAAC; }
p { color: rgb(111,170,172); }
H1.HeaderClassName
{
color: #6FAAAC;
}
.AnyTagClassName
{
color: #6FAAAC;
}
</style>
background-color css
<style>
a { background-color: #6FAAAC; }
a { background-color: rgb(111,170,172); }
div.DivClassName
{
background-color: #6FAAAC;
}
.BgClassName
{
background-color: #6FAAAC;
}
</style>
border-color css
<style>
span { border-color: #6FAAAC; }
span { border-color: rgb(111,170,172); }
td.TdClassName
{
border-color: #6FAAAC;
}
.TagClassName
{
border-color: #6FAAAC;
}
</style>