#6880AF

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

Shades of Ship Cove #6880AF

Tints of Ship Cove #6880AF

Color information

#6880AF (or 0x6880AF) is unknown color: approx Ship Cove. HEX triplet: 68, 80 and AF. RGB value is (104,128,175). Sum of RGB (Red+Green+Blue) = 104+128+175=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #6880AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6880AF is #977F50. Grayscale: #7D7D7D. Windows color (decimal): -9928529 or 11501672. OLE color: 11501672.

HSL color Cylindrical-coordinate representation of color #6880AF: hue angle of 219.72º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6880AF is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB104128175-
CMYK0.410.2700.31
HSL219.72º30.74%54.71%-
HSV(B)219.72º40.57%68.63%-
XYZ21.1721.4843.59-
YUV126.18155.55112.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.55%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 175 (68.75% from 255) = 43.00%
R=25.55%
G=31.45%
B=43.00%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041281750.410.2700.31219.7230.7454.71
Hex6880AF291B01Fdc1f37
Octal15020025751330373343767
Binary11010001000000010101111101001110110111111101110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6880AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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