Shades of Neptune #6FAAAE
Tints of Neptune #6FAAAE
RGB
CMYK
RGB Variations
Color information
#6FAAAE (or 0x6FAAAE) is known color: Neptune. HEX triplet: 6F, AA and AE. RGB value is (111,170,174). Sum of RGB (Red+Green+Blue) = 111+170+174=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #6FAAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAAAE is #905551. Grayscale: #989898. Windows color (decimal): -9459026 or 11446895. OLE color: 11446895.
HSL color Cylindrical-coordinate representation of color #6FAAAE: hue angle of 183.81º 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 #6FAAAE is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 170 | 174 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.32 |
| HSL | 183.81º | 0.28% | 0.56% | - |
| HSV(B) | 183.81º | 0.36% | 0.68% | - |
| XYZ | 28.57 | 35.18 | 45.33 | - |
| YUV | 152.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 174 | 0.36 | 0.02 | 0 | 0.32 | 183.81 | 0.28 | 0.56 |
| Hex | 6F | AA | AE | 24 | 2 | 0 | 20 | B8 | 1C | 38 |
| Octal | 157 | 252 | 256 | 44 | 2 | 0 | 40 | 270 | 34 | 70 |
| Binary | 1101111 | 10101010 | 10101110 | 100100 | 10 | 0 | 100000 | 10111000 | 11100 | 111000 |
Color Harmonies of #6FAAAE
Complementary color
Monochromatic Colors of #6FAAAE
Black with #6FAAAE
Text Example
Text Example
White with #6FAAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAAAE; }
p { color: rgb(111,170,174); }
H1.HeaderClassName
{
color: #6FAAAE;
}
.AnyTagClassName
{
color: #6FAAAE;
}
</style>
background-color css
<style>
a { background-color: #6FAAAE; }
a { background-color: rgb(111,170,174); }
div.DivClassName
{
background-color: #6FAAAE;
}
.BgClassName
{
background-color: #6FAAAE;
}
</style>
border-color css
<style>
span { border-color: #6FAAAE; }
span { border-color: rgb(111,170,174); }
td.TdClassName
{
border-color: #6FAAAE;
}
.TagClassName
{
border-color: #6FAAAE;
}
</style>