#6E799B

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

Shades of Ship Cove #6E799B

Tints of Ship Cove #6E799B

Color information

#6E799B (or 0x6E799B) is unknown color: approx Ship Cove. HEX triplet: 6E, 79 and 9B. RGB value is (110,121,155). Sum of RGB (Red+Green+Blue) = 110+121+155=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 121 (47.66% from 255 or 31.35% 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 #6E799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E799B is #918664. Grayscale: #797979. Windows color (decimal): -9537125 or 10189166. OLE color: 10189166.

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

Color convert

RGB110121155-
CMYK0.290.2200.39
HSL225.33º18.37%51.96%-
HSV(B)225.33º29.03%60.78%-
XYZ19.1819.3633.74-
YUV121.59146.86119.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.50%
GREEN value IS 121 (47.66% from 255) = 31.35%
BLUE value IS 155 (60.94% from 255) = 40.16%
R=28.50%
G=31.35%
B=40.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1101211550.290.2200.39225.3318.3751.96
Hex6E799B1D16027e11234
Octal15617123335260473412264
Binary1101110111100110011011111011011001001111110000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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