#6E89AB

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

Shades of Ship Cove #6E89AB

Tints of Ship Cove #6E89AB

Color information

#6E89AB (or 0x6E89AB) is unknown color: approx Ship Cove. HEX triplet: 6E, 89 and AB. RGB value is (110,137,171). Sum of RGB (Red+Green+Blue) = 110+137+171=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E89AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E89AB is #917654. Grayscale: #848484. Windows color (decimal): -9533013 or 11241838. OLE color: 11241838.

HSL color Cylindrical-coordinate representation of color #6E89AB: hue angle of 213.44º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E89AB is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB110137171-
CMYK0.360.2000.33
HSL213.44º26.64%55.1%-
HSV(B)213.44º35.67%67.06%-
XYZ22.7324.1541.99-
YUV132.8149.55111.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.32%
GREEN value IS 137 (53.91% from 255) = 32.78%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=26.32%
G=32.78%
B=40.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101371710.360.2000.33213.4426.6455.1
Hex6E89AB2414021d51b37
Octal15621125344240413253367
Binary110111010001001101010111001001010001000011101010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E89AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,137,171); }

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

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

 a { background-color: rgb(110,137,171); }

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

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

 span { border-color: rgb(110,137,171); }

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