#6C7EAE

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

Shades of Ship Cove #6C7EAE

Tints of Ship Cove #6C7EAE

Color information

#6C7EAE (or 0x6C7EAE) is unknown color: approx Ship Cove. HEX triplet: 6C, 7E and AE. RGB value is (108,126,174). Sum of RGB (Red+Green+Blue) = 108+126+174=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 126 (49.61% from 255 or 30.88% 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 #6C7EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7EAE is #938151. Grayscale: #7D7D7D. Windows color (decimal): -9666898 or 11435628. OLE color: 11435628.

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

Color convert

RGB108126174-
CMYK0.380.2800.32
HSL223.64º28.95%55.29%-
HSV(B)223.64º37.93%68.24%-
XYZ21.2921.1743.01-
YUV126.09155.04115.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.47%
GREEN value IS 126 (49.61% from 255) = 30.88%
BLUE value IS 174 (68.36% from 255) = 42.65%
R=26.47%
G=30.88%
B=42.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081261740.380.2800.32223.6428.9555.29
Hex6C7EAE261C020e01d37
Octal15417625646340403403567
Binary11011001111110101011101001101110001000001110000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,126,174); }

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

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

 a { background-color: rgb(108,126,174); }

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

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

 span { border-color: rgb(108,126,174); }

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