#6F789B

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

Shades of Ship Cove #6F789B

Tints of Ship Cove #6F789B

Color information

#6F789B (or 0x6F789B) is unknown color: approx Ship Cove. HEX triplet: 6F, 78 and 9B. RGB value is (111,120,155). Sum of RGB (Red+Green+Blue) = 111+120+155=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F789B is #908764. Grayscale: #797979. Windows color (decimal): -9471845 or 10188911. OLE color: 10188911.

HSL color Cylindrical-coordinate representation of color #6F789B: hue angle of 227.73º 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 #6F789B is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB111120155-
CMYK0.280.2300.39
HSL227.73º18.03%52.16%-
HSV(B)227.73º28.39%60.78%-
XYZ19.1919.1833.7-
YUV121.3147.02120.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.76%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 155 (60.94% from 255) = 40.16%
R=28.76%
G=31.09%
B=40.16%

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
Decimal1111201550.280.2300.39227.7318.0352.16
Hex6F789B1C17027e41234
Octal15717023334270473442264
Binary1101111111100010011011111001011101001111110010010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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