#6580AE

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

Shades of Ship Cove #6580AE

Tints of Ship Cove #6580AE

Color information

#6580AE (or 0x6580AE) is unknown color: approx Ship Cove. HEX triplet: 65, 80 and AE. RGB value is (101,128,174). Sum of RGB (Red+Green+Blue) = 101+128+174=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #6580AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6580AE is #9A7F51. Grayscale: #7C7C7C. Windows color (decimal): -10125138 or 11436133. OLE color: 11436133.

HSL color Cylindrical-coordinate representation of color #6580AE: hue angle of 217.81º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6580AE is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB101128174-
CMYK0.420.2600.32
HSL217.81º31.06%53.92%-
HSV(B)217.81º41.95%68.24%-
XYZ20.7321.2643.06-
YUV125.17155.55110.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.06%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 174 (68.36% from 255) = 43.18%
R=25.06%
G=31.76%
B=43.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011281740.420.2600.32217.8131.0653.92
Hex6580AE2A1A020da1f36
Octal14520025652320403323766
Binary110010110000000101011101010101101001000001101101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6580AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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