#6E7EAC

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

Shades of Ship Cove #6E7EAC

Tints of Ship Cove #6E7EAC

Color information

#6E7EAC (or 0x6E7EAC) is unknown color: approx Ship Cove. HEX triplet: 6E, 7E and AC. RGB value is (110,126,172). Sum of RGB (Red+Green+Blue) = 110+126+172=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E7EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7EAC is #918153. Grayscale: #7E7E7E. Windows color (decimal): -9535828 or 11304558. OLE color: 11304558.

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

Color convert

RGB110126172-
CMYK0.360.2700.33
HSL224.52º27.19%55.29%-
HSV(B)224.52º36.05%67.45%-
XYZ21.3421.2242-
YUV126.46153.7116.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.96%
GREEN value IS 126 (49.61% from 255) = 30.88%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=26.96%
G=30.88%
B=42.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101261720.360.2700.33224.5227.1955.29
Hex6E7EAC241B021e11b37
Octal15617625444330413413367
Binary11011101111110101011001001001101101000011110000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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