#6486C1

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

Shades of Danube #6486C1

Tints of Danube #6486C1

Color information

#6486C1 (or 0x6486C1) is unknown color: approx Danube. HEX triplet: 64, 86 and C1. RGB value is (100,134,193). Sum of RGB (Red+Green+Blue) = 100+134+193=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #6486C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6486C1 is #9B793E. Grayscale: #828282. Windows color (decimal): -10189119 or 12682852. OLE color: 12682852.

HSL color Cylindrical-coordinate representation of color #6486C1: hue angle of 218.06º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6486C1 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB100134193-
CMYK0.480.3100.24
HSL218.06º42.86%57.45%-
HSV(B)218.06º48.19%75.69%-
XYZ23.4123.6153.78-
YUV130.56163.24106.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.42%
GREEN value IS 134 (52.73% from 255) = 31.38%
BLUE value IS 193 (75.78% from 255) = 45.20%
R=23.42%
G=31.38%
B=45.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001341930.480.3100.24218.0642.8657.45
Hex6486C1301F018da2b39
Octal14420630160370303325371
Binary110010010000110110000011100001111101100011011010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6486C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6486C1; }

 p { color: rgb(100,134,193); }

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

<style>
 a { background-color: #6486C1; }

 a { background-color: rgb(100,134,193); }

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

<style>
 span { border-color: #6486C1; }

 span { border-color: rgb(100,134,193); }

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