Shades of Neptune #6F9CA4
Tints of Neptune #6F9CA4
RGB
CMYK
RGB Variations
Color information
#6F9CA4 (or 0x6F9CA4) is known color: Neptune. HEX triplet: 6F, 9C and A4. RGB value is (111,156,164). Sum of RGB (Red+Green+Blue) = 111+156+164=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 164 - color contains mainly: blue. Hex color #6F9CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9CA4 is #90635B. Grayscale: #8F8F8F. Windows color (decimal): -9462620 or 10787951. OLE color: 10787951.
HSL color Cylindrical-coordinate representation of color #6F9CA4: hue angle of 189.06º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F9CA4 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 156 | 164 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.36 |
| HSL | 189.06º | 0.23% | 0.54% | - |
| HSV(B) | 189.06º | 0.32% | 0.64% | - |
| XYZ | 25.14 | 29.84 | 39.56 | - |
| YUV | 143.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 156 | 164 | 0.32 | 0.05 | 0 | 0.36 | 189.06 | 0.23 | 0.54 |
| Hex | 6F | 9C | A4 | 20 | 5 | 0 | 24 | BD | 17 | 36 |
| Octal | 157 | 234 | 244 | 40 | 5 | 0 | 44 | 275 | 27 | 66 |
| Binary | 1101111 | 10011100 | 10100100 | 100000 | 101 | 0 | 100100 | 10111101 | 10111 | 110110 |
Color Harmonies of #6F9CA4
Complementary color
Monochromatic Colors of #6F9CA4
Black with #6F9CA4
Text Example
Text Example
White with #6F9CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9CA4; }
p { color: rgb(111,156,164); }
H1.HeaderClassName
{
color: #6F9CA4;
}
.AnyTagClassName
{
color: #6F9CA4;
}
</style>
background-color css
<style>
a { background-color: #6F9CA4; }
a { background-color: rgb(111,156,164); }
div.DivClassName
{
background-color: #6F9CA4;
}
.BgClassName
{
background-color: #6F9CA4;
}
</style>
border-color css
<style>
span { border-color: #6F9CA4; }
span { border-color: rgb(111,156,164); }
td.TdClassName
{
border-color: #6F9CA4;
}
.TagClassName
{
border-color: #6F9CA4;
}
</style>