Html Css Color HEX #6190BF Danube

📋 copy color: '#6190BF'

red 97 ◦ green 144 ◦ blue 191

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

Shades of Danube #6190BF

Tints of Danube #6190BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.21%

R = 22.45%
G = 33.33%
B = 44.21%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6190BF (or 0x6190BF) is known color: Danube. HEX triplet: 61, 90 and BF. RGB value is (97,144,191). Sum of RGB (Red+Green+Blue) = 97+144+191=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #6190BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6190BF is #9E6F40. Grayscale: #878787. Windows color (decimal): -10383169 or 12554337. OLE color: 12554337.

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

Color convert

RGB 97 144 191 -
CMYK 0.49 0.25 0 0.25
HSL 210º 0.42% 0.56% -
HSV(B) 210º 0.49% 0.75% -
XYZ 24.31 26.25 53.08 -
YUV 135.31 159.43 100.68 -
System Red Green Blue C M Y K H S L
Decimal 97 144 191 0.49 0.25 0 0.25 210 0.42 0.56
Hex 61 90 BF 31 19 0 19 D2 2A 38
Octal 141 220 277 61 31 0 31 322 52 70
Binary 1100001 10010000 10111111 110001 11001 0 11001 11010010 101010 111000

Color Harmonies of #6190BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6190BF

Black with #6190BF

Text Example


Text Example

White with #6190BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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