#6D7DAF

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

Shades of Ship Cove #6D7DAF

Tints of Ship Cove #6D7DAF

Color information

#6D7DAF (or 0x6D7DAF) is unknown color: approx Ship Cove. HEX triplet: 6D, 7D and AF. RGB value is (109,125,175). Sum of RGB (Red+Green+Blue) = 109+125+175=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D7DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7DAF is #928250. Grayscale: #7D7D7D. Windows color (decimal): -9601617 or 11500909. OLE color: 11500909.

HSL color Cylindrical-coordinate representation of color #6D7DAF: hue angle of 225.45º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D7DAF is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB109125175-
CMYK0.380.2900.31
HSL225.45º29.2%55.69%-
HSV(B)225.45º37.71%68.63%-
XYZ21.3821.0143.49-
YUV125.92155.7115.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.65%
GREEN value IS 125 (49.22% from 255) = 30.56%
BLUE value IS 175 (68.75% from 255) = 42.79%
R=26.65%
G=30.56%
B=42.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091251750.380.2900.31225.4529.255.69
Hex6D7DAF261D01Fe11d38
Octal15517525746350373413570
Binary1101101111110110101111100110111010111111110000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,125,175); }

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

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

 a { background-color: rgb(109,125,175); }

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

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

 span { border-color: rgb(109,125,175); }

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