Html Css Color HEX #6190BA Danube

📋 copy color: '#6190BA'

red 97 ◦ green 144 ◦ blue 186

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

Shades of Danube #6190BA

Tints of Danube #6190BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 22.72%
G = 33.72%
B = 43.56%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6190BA (or 0x6190BA) is known color: Danube. HEX triplet: 61, 90 and BA. RGB value is (97,144,186). Sum of RGB (Red+Green+Blue) = 97+144+186=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #6190BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6190BA is #9E6F45. Grayscale: #868686. Windows color (decimal): -10383174 or 12226657. OLE color: 12226657.

HSL color Cylindrical-coordinate representation of color #6190BA: hue angle of 208.31º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6190BA is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 144 186 -
CMYK 0.48 0.23 0 0.27
HSL 208.31º 0.39% 0.55% -
HSV(B) 208.31º 0.48% 0.73% -
XYZ 23.77 26.03 50.23 -
YUV 134.74 156.93 101.08 -
System Red Green Blue C M Y K H S L
Decimal 97 144 186 0.48 0.23 0 0.27 208.31 0.39 0.55
Hex 61 90 BA 30 17 0 1B D0 27 37
Octal 141 220 272 60 27 0 33 320 47 67
Binary 1100001 10010000 10111010 110000 10111 0 11011 11010000 100111 110111

Color Harmonies of #6190BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6190BA

Black with #6190BA

Text Example


Text Example

White with #6190BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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