#6e7cae

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

Shades of Ship Cove #6E7CAE

Tints of Ship Cove #6E7CAE

Color information

#6E7CAE (or 0x6E7CAE) is unknown color: approx Ship Cove. HEX triplet: 6E, 7C and AE. RGB value is (110,124,174). Sum of RGB (Red+Green+Blue) = 110+124+174=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E7CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7CAE is #918351. Grayscale: #7D7D7D. Windows color (decimal): -9536338 or 11435118. OLE color: 11435118.

HSL color Cylindrical-coordinate representation of color #6E7CAE: hue angle of 226.88º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E7CAE is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB110124174-
CMYK0.370.2900.32
HSL226.88º28.32%55.69%-
HSV(B)226.88º36.78%68.24%-
XYZ21.2820.7942.94-
YUV125.51155.36116.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.96%
GREEN value IS 124 (48.83% from 255) = 30.39%
BLUE value IS 174 (68.36% from 255) = 42.65%
R=26.96%
G=30.39%
B=42.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101241740.370.2900.32226.8828.3255.69
Hex6E7CAE251D020e31c38
Octal15617425645350403433470
Binary11011101111100101011101001011110101000001110001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e7cae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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