#6D7EA8

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

Shades of Ship Cove #6D7EA8

Tints of Ship Cove #6D7EA8

Color information

#6D7EA8 (or 0x6D7EA8) is unknown color: approx Ship Cove. HEX triplet: 6D, 7E and A8. RGB value is (109,126,168). Sum of RGB (Red+Green+Blue) = 109+126+168=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 168 - color contains mainly: blue. Hex color #6D7EA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7EA8 is #928157. Grayscale: #7D7D7D. Windows color (decimal): -9601368 or 11042413. OLE color: 11042413.

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

Color convert

RGB109126168-
CMYK0.350.2500.34
HSL222.71º25.32%54.31%-
HSV(B)222.71º35.12%65.88%-
XYZ20.842140-
YUV125.7151.87116.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.05%
GREEN value IS 126 (49.61% from 255) = 31.27%
BLUE value IS 168 (66.02% from 255) = 41.69%
R=27.05%
G=31.27%
B=41.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1091261680.350.2500.34222.7125.3254.31
Hex6D7EA82319022df1936
Octal15517625043310423373166
Binary11011011111110101010001000111100101000101101111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,126,168); }

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

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

 a { background-color: rgb(109,126,168); }

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

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

 span { border-color: rgb(109,126,168); }

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