#6580AC

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

Shades of Ship Cove #6580AC

Tints of Ship Cove #6580AC

Color information

#6580AC (or 0x6580AC) is unknown color: approx Ship Cove. HEX triplet: 65, 80 and AC. RGB value is (101,128,172). Sum of RGB (Red+Green+Blue) = 101+128+172=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #6580AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6580AC is #9A7F53. Grayscale: #7C7C7C. Windows color (decimal): -10125140 or 11305061. OLE color: 11305061.

HSL color Cylindrical-coordinate representation of color #6580AC: hue angle of 217.18º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6580AC is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101128172-
CMYK0.410.2600.33
HSL217.18º29.96%53.53%-
HSV(B)217.18º41.28%67.45%-
XYZ20.5321.1842.04-
YUV124.94154.55110.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.19%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 172 (67.58% from 255) = 42.89%
R=25.19%
G=31.92%
B=42.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011281720.410.2600.33217.1829.9653.53
Hex6580AC291A021d91e36
Octal14520025451320413313666
Binary110010110000000101011001010011101001000011101100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6580AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6580AC; }

 p { color: rgb(101,128,172); }

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

<style>
 a { background-color: #6580AC; }

 a { background-color: rgb(101,128,172); }

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

<style>
 span { border-color: #6580AC; }

 span { border-color: rgb(101,128,172); }

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