#6E799D

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

Shades of Ship Cove #6E799D

Tints of Ship Cove #6E799D

Color information

#6E799D (or 0x6E799D) is unknown color: approx Ship Cove. HEX triplet: 6E, 79 and 9D. RGB value is (110,121,157). Sum of RGB (Red+Green+Blue) = 110+121+157=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E799D is #918662. Grayscale: #797979. Windows color (decimal): -9537123 or 10320238. OLE color: 10320238.

HSL color Cylindrical-coordinate representation of color #6E799D: hue angle of 225.96º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E799D is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB110121157-
CMYK0.300.2300.38
HSL225.96º19.34%52.35%-
HSV(B)225.96º29.94%61.57%-
XYZ19.3519.4234.63-
YUV121.82147.86119.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.35%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 157 (61.72% from 255) = 40.46%
R=28.35%
G=31.19%
B=40.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1101211570.300.2300.38225.9619.3452.35
Hex6E799D1E17026e21334
Octal15617123536270463422364
Binary1101110111100110011101111101011101001101110001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,121,157); }

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

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

 a { background-color: rgb(110,121,157); }

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

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

 span { border-color: rgb(110,121,157); }

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