#6F9BA4

Color #6F9BA4 Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #6F9BA4

Tints of Neptune #6F9BA4

Color information

#6F9BA4 (or 0x6F9BA4) is unknown color: approx Neptune. HEX triplet: 6F, 9B and A4. RGB value is (111,155,164). Sum of RGB (Red+Green+Blue) = 111+155+164=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 164 - color contains mainly: blue. Hex color #6F9BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9BA4 is #90645B. Grayscale: #8E8E8E. Windows color (decimal): -9462876 or 10787695. OLE color: 10787695.

HSL color Cylindrical-coordinate representation of color #6F9BA4: hue angle of 190.19º 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 #6F9BA4 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB111155164-
CMYK0.320.0500.36
HSL190.19º22.55%53.92%-
HSV(B)190.19º32.32%64.31%-
XYZ24.9829.539.5-
YUV142.87139.92105.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 25.81%
GREEN value IS 155 (60.94% from 255) = 36.05%
BLUE value IS 164 (64.45% from 255) = 38.14%
R=25.81%
G=36.05%
B=38.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111551640.320.0500.36190.1922.5553.92
Hex6F9BA4205024be1736
Octal1572332444050442762766
Binary1101111100110111010010010000010101001001011111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F9BA4; }

 p { color: rgb(111,155,164); }

 H1.HeaderClassName
 {
   color: #6F9BA4;
 }
 .AnyTagClassName
 {
   color: #6F9BA4;
 }
</style>
background-color css

<style>
 a { background-color: #6F9BA4; }

 a { background-color: rgb(111,155,164); }

 div.DivClassName
 {
   background-color: #6F9BA4;
 }
 .BgClassName
 {
   background-color: #6F9BA4;
 }
</style>
border-color css

<style>
 span { border-color: #6F9BA4; }

 span { border-color: rgb(111,155,164); }

 td.TdClassName
 {
   border-color: #6F9BA4;
 }
 .TagClassName
 {
   border-color: #6F9BA4;
 }
</style>