#6480AF

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

Shades of Danube #6480AF

Tints of Danube #6480AF

Color information

#6480AF (or 0x6480AF) is unknown color: approx Danube. HEX triplet: 64, 80 and AF. RGB value is (100,128,175). Sum of RGB (Red+Green+Blue) = 100+128+175=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #6480AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6480AF is #9B7F50. Grayscale: #7C7C7C. Windows color (decimal): -10190673 or 11501668. OLE color: 11501668.

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

Color convert

RGB100128175-
CMYK0.430.2700.31
HSL217.6º31.91%53.92%-
HSV(B)217.6º42.86%68.63%-
XYZ20.7121.2443.57-
YUV124.99156.22110.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.81%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=24.81%
G=31.76%
B=43.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001281750.430.2700.31217.631.9153.92
Hex6480AF2B1B01Fda2036
Octal14420025753330373324066
Binary110010010000000101011111010111101101111111011010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6480AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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