#6E7EAA

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

Shades of Ship Cove #6E7EAA

Tints of Ship Cove #6E7EAA

Color information

#6E7EAA (or 0x6E7EAA) is unknown color: approx Ship Cove. HEX triplet: 6E, 7E and AA. RGB value is (110,126,170). Sum of RGB (Red+Green+Blue) = 110+126+170=406 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.09% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E7EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7EAA is #918155. Grayscale: #7E7E7E. Windows color (decimal): -9535830 or 11173486. OLE color: 11173486.

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

Color convert

RGB110126170-
CMYK0.350.2600.33
HSL224º26.09%54.9%-
HSV(B)224º35.29%66.67%-
XYZ21.1521.1441-
YUV126.23152.7116.42-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.09%
GREEN value IS 126 (49.61% from 255) = 31.03%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=27.09%
G=31.03%
B=41.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101261700.350.2600.3322426.0954.9
Hex6E7EAA231A021e01a37
Octal15617625243320413403267
Binary11011101111110101010101000111101001000011110000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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