#6f779b

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

Shades of Ship Cove #6F779B

Tints of Ship Cove #6F779B

Color information

#6F779B (or 0x6F779B) is unknown color: approx Ship Cove. HEX triplet: 6F, 77 and 9B. RGB value is (111,119,155). Sum of RGB (Red+Green+Blue) = 111+119+155=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F779B is #908864. Grayscale: #787878. Windows color (decimal): -9472101 or 10188655. OLE color: 10188655.

HSL color Cylindrical-coordinate representation of color #6F779B: hue angle of 229.09º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F779B is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB111119155-
CMYK0.280.2300.39
HSL229.09º18.03%52.16%-
HSV(B)229.09º28.39%60.78%-
XYZ19.0718.9433.66-
YUV120.71147.35121.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.83%
GREEN value IS 119 (46.88% from 255) = 30.91%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=28.83%
G=30.91%
B=40.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1111191550.280.2300.39229.0918.0352.16
Hex6F779B1C17027e51234
Octal15716723334270473452264
Binary1101111111011110011011111001011101001111110010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f779b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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