#6E7CA7

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

Shades of Ship Cove #6E7CA7

Tints of Ship Cove #6E7CA7

Color information

#6E7CA7 (or 0x6E7CA7) is unknown color: approx Ship Cove. HEX triplet: 6E, 7C and A7. RGB value is (110,124,167). Sum of RGB (Red+Green+Blue) = 110+124+167=401 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.43% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 167 (65.62% from 255 or 41.65% from 401); Max value from RGB is 167 - color contains mainly: blue. Hex color #6E7CA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7CA7 is #918358. Grayscale: #7C7C7C. Windows color (decimal): -9536345 or 10976366. OLE color: 10976366.

HSL color Cylindrical-coordinate representation of color #6E7CA7: hue angle of 225.26º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E7CA7 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB110124167-
CMYK0.340.2600.35
HSL225.26º24.46%54.31%-
HSV(B)225.26º34.13%65.49%-
XYZ20.6120.5239.43-
YUV124.72151.86117.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.43%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 167 (65.62% from 255) = 41.65%
R=27.43%
G=30.92%
B=41.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1101241670.340.2600.35225.2624.4654.31
Hex6E7CA7221A023e11836
Octal15617424742320433413066
Binary11011101111100101001111000101101001000111110000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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