#6782AB

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

Shades of Ship Cove #6782AB

Tints of Ship Cove #6782AB

Color information

#6782AB (or 0x6782AB) is unknown color: approx Ship Cove. HEX triplet: 67, 82 and AB. RGB value is (103,130,171). Sum of RGB (Red+Green+Blue) = 103+130+171=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 130 (51.17% from 255 or 32.18% 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 #6782AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6782AB is #987D54. Grayscale: #7E7E7E. Windows color (decimal): -9993557 or 11240039. OLE color: 11240039.

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

Color convert

RGB103130171-
CMYK0.400.2400.33
HSL216.18º28.81%53.73%-
HSV(B)216.18º39.77%67.06%-
XYZ20.9321.7941.63-
YUV126.6153.05111.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.50%
GREEN value IS 130 (51.17% from 255) = 32.18%
BLUE value IS 171 (67.19% from 255) = 42.33%
R=25.50%
G=32.18%
B=42.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031301710.400.2400.33216.1828.8153.73
Hex6782AB2818021d81d36
Octal14720225350300413303566
Binary110011110000010101010111010001100001000011101100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6782AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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