Html Css Color HEX #6580AE Ship Cove

📋 copy color: '#6580AE'

red 101 ◦ green 128 ◦ blue 174

#6580AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #6580AE

Tints of Ship Cove #6580AE

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 value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6580AE (or 0x6580AE) is known color: 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

RGB 101 128 174 -
CMYK 0.42 0.26 0 0.32
HSL 217.81º 0.31% 0.54% -
HSV(B) 217.81º 0.42% 0.68% -
XYZ 20.73 21.26 43.06 -
YUV 125.17 155.55 110.76 -
System Red Green Blue C M Y K H S L
Decimal 101 128 174 0.42 0.26 0 0.32 217.81 0.31 0.54
Hex 65 80 AE 2A 1A 0 20 DA 1F 36
Octal 145 200 256 52 32 0 40 332 37 66
Binary 1100101 10000000 10101110 101010 11010 0 100000 11011010 11111 110110

Color Harmonies of #6580AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6580AE

Black with #6580AE

Text Example


Text Example

White with #6580AE

Text Example


Text Example

HTML Codes & Css Web 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>