#6493C1

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

Shades of Danube #6493C1

Tints of Danube #6493C1

Color information

#6493C1 (or 0x6493C1) is unknown color: approx Danube. HEX triplet: 64, 93 and C1. RGB value is (100,147,193). Sum of RGB (Red+Green+Blue) = 100+147+193=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #6493C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6493C1 is #9B6C3E. Grayscale: #898989. Windows color (decimal): -10185791 or 12686180. OLE color: 12686180.

HSL color Cylindrical-coordinate representation of color #6493C1: hue angle of 209.68º 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 #6493C1 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB100147193-
CMYK0.480.2400.24
HSL209.68º42.86%57.45%-
HSV(B)209.68º48.19%75.69%-
XYZ25.3127.4354.41-
YUV138.19158.93100.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.73%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 193 (75.78% from 255) = 43.86%
R=22.73%
G=33.41%
B=43.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001471930.480.2400.24209.6842.8657.45
Hex6493C13018018d22b39
Octal14422330160300303225371
Binary110010010010011110000011100001100001100011010010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6493C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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