#6782AA

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

Shades of Ship Cove #6782AA

Tints of Ship Cove #6782AA

Color information

#6782AA (or 0x6782AA) is unknown color: approx Ship Cove. HEX triplet: 67, 82 and AA. RGB value is (103,130,170). Sum of RGB (Red+Green+Blue) = 103+130+170=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #6782AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6782AA is #987D55. Grayscale: #7E7E7E. Windows color (decimal): -9993558 or 11174503. OLE color: 11174503.

HSL color Cylindrical-coordinate representation of color #6782AA: hue angle of 215.82º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6782AA is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB103130170-
CMYK0.390.2400.33
HSL215.82º28.27%53.53%-
HSV(B)215.82º39.41%66.67%-
XYZ20.8321.7541.13-
YUV126.49152.55111.25-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.56%
GREEN value IS 130 (51.17% from 255) = 32.26%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=25.56%
G=32.26%
B=42.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031301700.390.2400.33215.8228.2753.53
Hex6782AA2718021d81c36
Octal14720225247300413303466
Binary110011110000010101010101001111100001000011101100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6782AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6782AA; }

 p { color: rgb(103,130,170); }

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

<style>
 a { background-color: #6782AA; }

 a { background-color: rgb(103,130,170); }

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

<style>
 span { border-color: #6782AA; }

 span { border-color: rgb(103,130,170); }

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