Html Css Color HEX #6192BE Danube

📋 copy color: '#6192BE'

red 97 ◦ green 146 ◦ blue 190

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

Shades of Danube #6192BE

Tints of Danube #6192BE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.72%

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

R = 22.4%
G = 33.72%
B = 43.88%

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

#6192BE (or 0x6192BE) is known color: Danube. HEX triplet: 61, 92 and BE. RGB value is (97,146,190). Sum of RGB (Red+Green+Blue) = 97+146+190=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #6192BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6192BE is #9E6D41. Grayscale: #888888. Windows color (decimal): -10382658 or 12489313. OLE color: 12489313.

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

Color convert

RGB 97 146 190 -
CMYK 0.49 0.23 0 0.25
HSL 208.39º 0.42% 0.56% -
HSV(B) 208.39º 0.49% 0.75% -
XYZ 24.5 26.82 52.6 -
YUV 136.37 158.27 99.92 -
System Red Green Blue C M Y K H S L
Decimal 97 146 190 0.49 0.23 0 0.25 208.39 0.42 0.56
Hex 61 92 BE 31 17 0 19 D0 2A 38
Octal 141 222 276 61 27 0 31 320 52 70
Binary 1100001 10010010 10111110 110001 10111 0 11001 11010000 101010 111000

Color Harmonies of #6192BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6192BE

Black with #6192BE

Text Example


Text Example

White with #6192BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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