#6D82A7

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

Shades of Ship Cove #6D82A7

Tints of Ship Cove #6D82A7

Color information

#6D82A7 (or 0x6D82A7) is unknown color: approx Ship Cove. HEX triplet: 6D, 82 and A7. RGB value is (109,130,167). Sum of RGB (Red+Green+Blue) = 109+130+167=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 167 (65.62% from 255 or 41.13% from 406); Max value from RGB is 167 - color contains mainly: blue. Hex color #6D82A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D82A7 is #927D58. Grayscale: #7F7F7F. Windows color (decimal): -9600345 or 10977901. OLE color: 10977901.

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

Color convert

RGB109130167-
CMYK0.350.2200.35
HSL218.28º24.79%54.12%-
HSV(B)218.28º34.73%65.49%-
XYZ21.2622.0139.69-
YUV127.94150.04114.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.85%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 167 (65.62% from 255) = 41.13%
R=26.85%
G=32.02%
B=41.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1091301670.350.2200.35218.2824.7954.12
Hex6D82A72316023da1936
Octal15520224743260433323166
Binary110110110000010101001111000111011001000111101101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D82A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,130,167); }

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

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

 a { background-color: rgb(109,130,167); }

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

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

 span { border-color: rgb(109,130,167); }

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