Html Css Color HEX #6493BE Danube

📋 copy color: '#6493BE'

red 100 ◦ green 147 ◦ blue 190

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

Shades of Danube #6493BE

Tints of Danube #6493BE

RGB

 RED value IS 100 (39.45% from 255) = 22.88%

 GREEN value IS 147 (57.81% from 255) = 33.64%

 BLUE value IS 190 (74.61% from 255) = 43.48%

R = 22.88%
G = 33.64%
B = 43.48%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6493BE (or 0x6493BE) is known color: Danube. HEX triplet: 64, 93 and BE. RGB value is (100,147,190). Sum of RGB (Red+Green+Blue) = 100+147+190=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #6493BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6493BE is #9B6C41. Grayscale: #898989. Windows color (decimal): -10185794 or 12489572. OLE color: 12489572.

HSL color Cylindrical-coordinate representation of color #6493BE: hue angle of 208.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6493BE is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 147 190 -
CMYK 0.47 0.23 0 0.25
HSL 208.67º 0.41% 0.57% -
HSV(B) 208.67º 0.47% 0.75% -
XYZ 24.98 27.29 52.67 -
YUV 137.85 157.43 101 -
System Red Green Blue C M Y K H S L
Decimal 100 147 190 0.47 0.23 0 0.25 208.67 0.41 0.57
Hex 64 93 BE 2F 17 0 19 D1 29 39
Octal 144 223 276 57 27 0 31 321 51 71
Binary 1100100 10010011 10111110 101111 10111 0 11001 11010001 101001 111001

Color Harmonies of #6493BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6493BE

Black with #6493BE

Text Example


Text Example

White with #6493BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6493BE;
 }
 .AnyTagClassName
 {
   color: #6493BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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