#6E7EA9

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

Shades of Ship Cove #6E7EA9

Tints of Ship Cove #6E7EA9

Color information

#6E7EA9 (or 0x6E7EA9) is unknown color: approx Ship Cove. HEX triplet: 6E, 7E and A9. RGB value is (110,126,169). Sum of RGB (Red+Green+Blue) = 110+126+169=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 169 - color contains mainly: blue. Hex color #6E7EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7EA9 is #918156. Grayscale: #7D7D7D. Windows color (decimal): -9535831 or 11107950. OLE color: 11107950.

HSL color Cylindrical-coordinate representation of color #6E7EA9: hue angle of 223.73º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E7EA9 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB110126169-
CMYK0.350.2500.34
HSL223.73º25.54%54.71%-
HSV(B)223.73º34.91%66.27%-
XYZ21.0521.140.5-
YUV126.12152.2116.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.16%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 169 (66.41% from 255) = 41.73%
R=27.16%
G=31.11%
B=41.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1101261690.350.2500.34223.7325.5454.71
Hex6E7EA92319022e01a37
Octal15617625143310423403267
Binary11011101111110101010011000111100101000101110000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,126,169); }

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

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

 a { background-color: rgb(110,126,169); }

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

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

 span { border-color: rgb(110,126,169); }

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