#6882B2

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

Shades of Ship Cove #6882B2

Tints of Ship Cove #6882B2

Color information

#6882B2 (or 0x6882B2) is unknown color: approx Ship Cove. HEX triplet: 68, 82 and B2. RGB value is (104,130,178). Sum of RGB (Red+Green+Blue) = 104+130+178=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 178 - color contains mainly: blue. Hex color #6882B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6882B2 is #977D4D. Grayscale: #7F7F7F. Windows color (decimal): -9928014 or 11698792. OLE color: 11698792.

HSL color Cylindrical-coordinate representation of color #6882B2: hue angle of 218.92º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6882B2 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB104130178-
CMYK0.420.2700.30
HSL218.92º32.46%55.29%-
HSV(B)218.92º41.57%69.8%-
XYZ21.7322.1245.24-
YUV127.7156.39111.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.24%
GREEN value IS 130 (51.17% from 255) = 31.55%
BLUE value IS 178 (69.92% from 255) = 43.20%
R=25.24%
G=31.55%
B=43.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1041301780.420.2700.30218.9232.4655.29
Hex6882B22A1B01Edb2037
Octal15020226252330363334067
Binary110100010000010101100101010101101101111011011011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6882B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6882B2; }

 p { color: rgb(104,130,178); }

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

<style>
 a { background-color: #6882B2; }

 a { background-color: rgb(104,130,178); }

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

<style>
 span { border-color: #6882B2; }

 span { border-color: rgb(104,130,178); }

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