#6E7FAE

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

Shades of Ship Cove #6E7FAE

Tints of Ship Cove #6E7FAE

Color information

#6E7FAE (or 0x6E7FAE) is unknown color: approx Ship Cove. HEX triplet: 6E, 7F and AE. RGB value is (110,127,174). Sum of RGB (Red+Green+Blue) = 110+127+174=411 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.76% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E7FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7FAE is #918051. Grayscale: #7F7F7F. Windows color (decimal): -9535570 or 11435886. OLE color: 11435886.

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

Color convert

RGB110127174-
CMYK0.370.2700.32
HSL224.06º28.32%55.69%-
HSV(B)224.06º36.78%68.24%-
XYZ21.6621.5543.06-
YUV127.28154.37115.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.76%
GREEN value IS 127 (50% from 255) = 30.90%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=26.76%
G=30.90%
B=42.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101271740.370.2700.32224.0628.3255.69
Hex6E7FAE251B020e01c38
Octal15617725645330403403470
Binary11011101111111101011101001011101101000001110000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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