#6E8DB5

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

Shades of Ship Cove #6E8DB5

Tints of Ship Cove #6E8DB5

Color information

#6E8DB5 (or 0x6E8DB5) is unknown color: approx Ship Cove. HEX triplet: 6E, 8D and B5. RGB value is (110,141,181). Sum of RGB (Red+Green+Blue) = 110+141+181=432 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.46% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 181 - color contains mainly: blue. Hex color #6E8DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8DB5 is #91724A. Grayscale: #888888. Windows color (decimal): -9531979 or 11898222. OLE color: 11898222.

HSL color Cylindrical-coordinate representation of color #6E8DB5: hue angle of 213.8º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E8DB5 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB110141181-
CMYK0.390.2200.29
HSL213.8º32.42%57.06%-
HSV(B)213.8º39.23%70.98%-
XYZ24.325.747.4-
YUV136.29153.23109.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.46%
GREEN value IS 141 (55.47% from 255) = 32.64%
BLUE value IS 181 (71.09% from 255) = 41.90%
R=25.46%
G=32.64%
B=41.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101411810.390.2200.29213.832.4257.06
Hex6E8DB5271601Dd62039
Octal15621526547260353264071
Binary110111010001101101101011001111011001110111010110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,141,181); }

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

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

 a { background-color: rgb(110,141,181); }

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

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

 span { border-color: rgb(110,141,181); }

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