#6D7CAB

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

Shades of Ship Cove #6D7CAB

Tints of Ship Cove #6D7CAB

Color information

#6D7CAB (or 0x6D7CAB) is unknown color: approx Ship Cove. HEX triplet: 6D, 7C and AB. RGB value is (109,124,171). Sum of RGB (Red+Green+Blue) = 109+124+171=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D7CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7CAB is #928354. Grayscale: #7C7C7C. Windows color (decimal): -9601877 or 11238509. OLE color: 11238509.

HSL color Cylindrical-coordinate representation of color #6D7CAB: hue angle of 225.48º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D7CAB is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB109124171-
CMYK0.360.2700.33
HSL225.48º26.96%54.9%-
HSV(B)225.48º36.26%67.06%-
XYZ20.8720.6141.41-
YUV124.87154.03116.68-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.98%
GREEN value IS 124 (48.83% from 255) = 30.69%
BLUE value IS 171 (67.19% from 255) = 42.33%
R=26.98%
G=30.69%
B=42.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091241710.360.2700.33225.4826.9654.9
Hex6D7CAB241B021e11b37
Octal15517425344330413413367
Binary11011011111100101010111001001101101000011110000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,124,171); }

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

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

 a { background-color: rgb(109,124,171); }

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

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

 span { border-color: rgb(109,124,171); }

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