Html Css Color HEX #6190BE Danube

📋 copy color: '#6190BE'

red 97 ◦ green 144 ◦ blue 190

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

Shades of Danube #6190BE

Tints of Danube #6190BE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.41%

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

R = 22.51%
G = 33.41%
B = 44.08%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6190BE (or 0x6190BE) is known color: Danube. HEX triplet: 61, 90 and BE. RGB value is (97,144,190). Sum of RGB (Red+Green+Blue) = 97+144+190=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #6190BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6190BE is #9E6F41. Grayscale: #868686. Windows color (decimal): -10383170 or 12488801. OLE color: 12488801.

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

Color convert

RGB 97 144 190 -
CMYK 0.49 0.24 0 0.25
HSL 209.68º 0.42% 0.56% -
HSV(B) 209.68º 0.49% 0.75% -
XYZ 24.2 26.21 52.5 -
YUV 135.19 158.93 100.76 -
System Red Green Blue C M Y K H S L
Decimal 97 144 190 0.49 0.24 0 0.25 209.68 0.42 0.56
Hex 61 90 BE 31 18 0 19 D2 2A 38
Octal 141 220 276 61 30 0 31 322 52 70
Binary 1100001 10010000 10111110 110001 11000 0 11001 11010010 101010 111000

Color Harmonies of #6190BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6190BE

Black with #6190BE

Text Example


Text Example

White with #6190BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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