#6E7CAC

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

Shades of Ship Cove #6E7CAC

Tints of Ship Cove #6E7CAC

Color information

#6E7CAC (or 0x6E7CAC) is unknown color: approx Ship Cove. HEX triplet: 6E, 7C and AC. RGB value is (110,124,172). Sum of RGB (Red+Green+Blue) = 110+124+172=406 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.09% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E7CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7CAC is #918353. Grayscale: #7D7D7D. Windows color (decimal): -9536340 or 11304046. OLE color: 11304046.

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

Color convert

RGB110124172-
CMYK0.360.2800.33
HSL226.45º27.19%55.29%-
HSV(B)226.45º36.05%67.45%-
XYZ21.0820.7141.92-
YUV125.29154.36117.1-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.09%
GREEN value IS 124 (48.83% from 255) = 30.54%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=27.09%
G=30.54%
B=42.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101241720.360.2800.33226.4527.1955.29
Hex6E7CAC241C021e21b37
Octal15617425444340413423367
Binary11011101111100101011001001001110001000011110001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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