Html Css Color HEX #6190BC Danube

📋 copy color: '#6190BC'

red 97 ◦ green 144 ◦ blue 188

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

Shades of Danube #6190BC

Tints of Danube #6190BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 22.61%
G = 33.57%
B = 43.82%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6190BC (or 0x6190BC) is known color: Danube. HEX triplet: 61, 90 and BC. RGB value is (97,144,188). Sum of RGB (Red+Green+Blue) = 97+144+188=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #6190BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6190BC is #9E6F43. Grayscale: #868686. Windows color (decimal): -10383172 or 12357729. OLE color: 12357729.

HSL color Cylindrical-coordinate representation of color #6190BC: hue angle of 209.01º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6190BC is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 144 188 -
CMYK 0.48 0.23 0 0.26
HSL 209.01º 0.4% 0.56% -
HSV(B) 209.01º 0.48% 0.74% -
XYZ 23.98 26.12 51.35 -
YUV 134.96 157.93 100.92 -
System Red Green Blue C M Y K H S L
Decimal 97 144 188 0.48 0.23 0 0.26 209.01 0.4 0.56
Hex 61 90 BC 30 17 0 1A D1 28 38
Octal 141 220 274 60 27 0 32 321 50 70
Binary 1100001 10010000 10111100 110000 10111 0 11010 11010001 101000 111000

Color Harmonies of #6190BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6190BC

Black with #6190BC

Text Example


Text Example

White with #6190BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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