#6882AB

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

Shades of Ship Cove #6882AB

Tints of Ship Cove #6882AB

Color information

#6882AB (or 0x6882AB) is unknown color: approx Ship Cove. HEX triplet: 68, 82 and AB. RGB value is (104,130,171). Sum of RGB (Red+Green+Blue) = 104+130+171=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #6882AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6882AB is #977D54. Grayscale: #7E7E7E. Windows color (decimal): -9928021 or 11240040. OLE color: 11240040.

HSL color Cylindrical-coordinate representation of color #6882AB: hue angle of 216.72º degrees, saturation: 0.29, 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 #6882AB is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104130171-
CMYK0.390.2400.33
HSL216.72º28.51%53.92%-
HSV(B)216.72º39.18%67.06%-
XYZ21.0421.8541.64-
YUV126.9152.89111.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.68%
GREEN value IS 130 (51.17% from 255) = 32.10%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=25.68%
G=32.10%
B=42.22%

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
Decimal1041301710.390.2400.33216.7228.5153.92
Hex6882AB2718021d91d36
Octal15020225347300413313566
Binary110100010000010101010111001111100001000011101100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6882AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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