#6D86AE

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

Shades of Ship Cove #6D86AE

Tints of Ship Cove #6D86AE

Color information

#6D86AE (or 0x6D86AE) is unknown color: approx Ship Cove. HEX triplet: 6D, 86 and AE. RGB value is (109,134,174). Sum of RGB (Red+Green+Blue) = 109+134+174=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D86AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D86AE is #927951. Grayscale: #828282. Windows color (decimal): -9599314 or 11437677. OLE color: 11437677.

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

Color convert

RGB109134174-
CMYK0.370.2300.32
HSL216.92º28.63%55.49%-
HSV(B)216.92º37.36%68.24%-
XYZ22.4723.3643.37-
YUV131.08152.22112.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.14%
GREEN value IS 134 (52.73% from 255) = 32.13%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=26.14%
G=32.13%
B=41.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091341740.370.2300.32216.9228.6355.49
Hex6D86AE2517020d91d37
Octal15520625645270403313567
Binary110110110000110101011101001011011101000001101100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D86AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,134,174); }

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

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

 a { background-color: rgb(109,134,174); }

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

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

 span { border-color: rgb(109,134,174); }

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