#6E7CAA

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

Shades of Ship Cove #6E7CAA

Tints of Ship Cove #6E7CAA

Color information

#6E7CAA (or 0x6E7CAA) is unknown color: approx Ship Cove. HEX triplet: 6E, 7C and AA. RGB value is (110,124,170). Sum of RGB (Red+Green+Blue) = 110+124+170=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E7CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7CAA is #918355. Grayscale: #7C7C7C. Windows color (decimal): -9536342 or 11172974. OLE color: 11172974.

HSL color Cylindrical-coordinate representation of color #6E7CAA: hue angle of 226º 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 #6E7CAA is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB110124170-
CMYK0.350.2700.33
HSL226º26.09%54.9%-
HSV(B)226º35.29%66.67%-
XYZ20.8920.6340.91-
YUV125.06153.36117.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.23%
GREEN value IS 124 (48.83% from 255) = 30.69%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=27.23%
G=30.69%
B=42.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101241700.350.2700.3322626.0954.9
Hex6E7CAA231B021e21a37
Octal15617425243330413423267
Binary11011101111100101010101000111101101000011110001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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