Html Css Color HEX #6493C1 Danube

📋 copy color: '#6493C1'

red 100 ◦ green 147 ◦ blue 193

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

Shades of Danube #6493C1

Tints of Danube #6493C1

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

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6493C1 (or 0x6493C1) is known color: 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

RGB 100 147 193 -
CMYK 0.48 0.24 0 0.24
HSL 209.68º 0.43% 0.57% -
HSV(B) 209.68º 0.48% 0.76% -
XYZ 25.31 27.43 54.41 -
YUV 138.19 158.93 100.76 -
System Red Green Blue C M Y K H S L
Decimal 100 147 193 0.48 0.24 0 0.24 209.68 0.43 0.57
Hex 64 93 C1 30 18 0 18 D2 2B 39
Octal 144 223 301 60 30 0 30 322 53 71
Binary 1100100 10010011 11000001 110000 11000 0 11000 11010010 101011 111001

Color Harmonies of #6493C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6493C1

Black with #6493C1

Text Example


Text Example

White with #6493C1

Text Example


Text Example

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