#6C7EAD

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

Shades of Ship Cove #6C7EAD

Tints of Ship Cove #6C7EAD

Color information

#6C7EAD (or 0x6C7EAD) is unknown color: approx Ship Cove. HEX triplet: 6C, 7E and AD. RGB value is (108,126,173). Sum of RGB (Red+Green+Blue) = 108+126+173=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C7EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7EAD is #938152. Grayscale: #7D7D7D. Windows color (decimal): -9666899 or 11370092. OLE color: 11370092.

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

Color convert

RGB108126173-
CMYK0.380.2700.32
HSL223.38º28.38%55.1%-
HSV(B)223.38º37.57%67.84%-
XYZ21.1921.1342.5-
YUV125.98154.54115.18-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.54%
GREEN value IS 126 (49.61% from 255) = 30.96%
BLUE value IS 173 (67.97% from 255) = 42.51%
R=26.54%
G=30.96%
B=42.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081261730.380.2700.32223.3828.3855.1
Hex6C7EAD261B020df1c37
Octal15417625546330403373467
Binary11011001111110101011011001101101101000001101111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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