#6F779C

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

Shades of Ship Cove #6F779C

Tints of Ship Cove #6F779C

Color information

#6F779C (or 0x6F779C) is unknown color: approx Ship Cove. HEX triplet: 6F, 77 and 9C. RGB value is (111,119,156). Sum of RGB (Red+Green+Blue) = 111+119+156=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F779C is #908863. Grayscale: #787878. Windows color (decimal): -9472100 or 10254191. OLE color: 10254191.

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

Color convert

RGB111119156-
CMYK0.290.2400.39
HSL229.33º18.52%52.35%-
HSV(B)229.33º28.85%61.18%-
XYZ19.1518.9734.11-
YUV120.83147.85120.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.76%
GREEN value IS 119 (46.88% from 255) = 30.83%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=28.76%
G=30.83%
B=40.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1111191560.290.2400.39229.3318.5252.35
Hex6F779C1D18027e51334
Octal15716723435300473452364
Binary1101111111011110011100111011100001001111110010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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