#6E7DAC

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

Shades of Ship Cove #6E7DAC

Tints of Ship Cove #6E7DAC

Color information

#6E7DAC (or 0x6E7DAC) is unknown color: approx Ship Cove. HEX triplet: 6E, 7D and AC. RGB value is (110,125,172). Sum of RGB (Red+Green+Blue) = 110+125+172=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E7DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7DAC is #918253. Grayscale: #7D7D7D. Windows color (decimal): -9536084 or 11304302. OLE color: 11304302.

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

Color convert

RGB110125172-
CMYK0.360.2700.33
HSL225.48º27.19%55.29%-
HSV(B)225.48º36.05%67.45%-
XYZ21.2120.9641.96-
YUV125.87154.03116.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.03%
GREEN value IS 125 (49.22% from 255) = 30.71%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=27.03%
G=30.71%
B=42.26%

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
Decimal1101251720.360.2700.33225.4827.1955.29
Hex6E7DAC241B021e11b37
Octal15617525444330413413367
Binary11011101111101101011001001001101101000011110000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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