#6880A5

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

Shades of Ship Cove #6880A5

Tints of Ship Cove #6880A5

Color information

#6880A5 (or 0x6880A5) is unknown color: approx Ship Cove. HEX triplet: 68, 80 and A5. RGB value is (104,128,165). Sum of RGB (Red+Green+Blue) = 104+128+165=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 165 - color contains mainly: blue. Hex color #6880A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6880A5 is #977F5A. Grayscale: #7C7C7C. Windows color (decimal): -9928539 or 10846312. OLE color: 10846312.

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

Color convert

RGB104128165-
CMYK0.370.2200.35
HSL216.39º25.31%52.75%-
HSV(B)216.39º36.97%64.71%-
XYZ20.2221.138.6-
YUV125.04150.55112.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 165 (64.84% from 255) = 41.56%
R=26.20%
G=32.24%
B=41.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041281650.370.2200.35216.3925.3152.75
Hex6880A52516023d81935
Octal15020024545260433303165
Binary110100010000000101001011001011011001000111101100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6880A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6880A5; }

 p { color: rgb(104,128,165); }

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

<style>
 a { background-color: #6880A5; }

 a { background-color: rgb(104,128,165); }

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

<style>
 span { border-color: #6880A5; }

 span { border-color: rgb(104,128,165); }

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