#6E789C

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

Shades of Ship Cove #6E789C

Tints of Ship Cove #6E789C

Color information

#6E789C (or 0x6E789C) is unknown color: approx Ship Cove. HEX triplet: 6E, 78 and 9C. RGB value is (110,120,156). Sum of RGB (Red+Green+Blue) = 110+120+156=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 120 (47.27% from 255 or 31.09% 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 #6E789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E789C is #918763. Grayscale: #787878. Windows color (decimal): -9537380 or 10254446. OLE color: 10254446.

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

Color convert

RGB110120156-
CMYK0.290.2300.39
HSL226.96º18.85%52.16%-
HSV(B)226.96º29.49%61.18%-
XYZ19.1519.1534.14-
YUV121.11147.69120.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.50%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=28.50%
G=31.09%
B=40.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1101201560.290.2300.39226.9618.8552.16
Hex6E789C1D17027e31334
Octal15617023435270473432364
Binary1101110111100010011100111011011101001111110001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,120,156); }

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

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

 a { background-color: rgb(110,120,156); }

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

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

 span { border-color: rgb(110,120,156); }

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