Html Css Color HEX #6193BE Danube

📋 copy color: '#6193BE'

red 97 ◦ green 147 ◦ blue 190

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

Shades of Danube #6193BE

Tints of Danube #6193BE

RGB

 RED value IS 97 (38.28% from 255) = 22.35%

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

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

R = 22.35%
G = 33.87%
B = 43.78%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6193BE (or 0x6193BE) is known color: Danube. HEX triplet: 61, 93 and BE. RGB value is (97,147,190). Sum of RGB (Red+Green+Blue) = 97+147+190=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #6193BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6193BE is #9E6C41. Grayscale: #888888. Windows color (decimal): -10382402 or 12489569. OLE color: 12489569.

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

Color convert

RGB 97 147 190 -
CMYK 0.49 0.23 0 0.25
HSL 207.74º 0.42% 0.56% -
HSV(B) 207.74º 0.49% 0.75% -
XYZ 24.66 27.13 52.65 -
YUV 136.95 157.94 99.5 -
System Red Green Blue C M Y K H S L
Decimal 97 147 190 0.49 0.23 0 0.25 207.74 0.42 0.56
Hex 61 93 BE 31 17 0 19 D0 2A 38
Octal 141 223 276 61 27 0 31 320 52 70
Binary 1100001 10010011 10111110 110001 10111 0 11001 11010000 101010 111000

Color Harmonies of #6193BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6193BE

Black with #6193BE

Text Example


Text Example

White with #6193BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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