#6E89AE

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

Shades of Ship Cove #6E89AE

Tints of Ship Cove #6E89AE

Color information

#6E89AE (or 0x6E89AE) is unknown color: approx Ship Cove. HEX triplet: 6E, 89 and AE. RGB value is (110,137,174). Sum of RGB (Red+Green+Blue) = 110+137+174=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E89AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E89AE is #917651. Grayscale: #848484. Windows color (decimal): -9533010 or 11438446. OLE color: 11438446.

HSL color Cylindrical-coordinate representation of color #6E89AE: hue angle of 214.69º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E89AE is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB110137174-
CMYK0.370.2100.32
HSL214.69º28.32%55.69%-
HSV(B)214.69º36.78%68.24%-
XYZ23.0224.2643.51-
YUV133.15151.05111.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.13%
GREEN value IS 137 (53.91% from 255) = 32.54%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=26.13%
G=32.54%
B=41.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101371740.370.2100.32214.6928.3255.69
Hex6E89AE2515020d71c38
Octal15621125645250403273470
Binary110111010001001101011101001011010101000001101011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E89AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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