#6190C1

Color #6190C1 Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #6190C1

Tints of Danube #6190C1

Color information

#6190C1 (or 0x6190C1) is unknown color: approx Danube. HEX triplet: 61, 90 and C1. RGB value is (97,144,193). Sum of RGB (Red+Green+Blue) = 97+144+193=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #6190C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6190C1 is #9E6F3E. Grayscale: #878787. Windows color (decimal): -10383167 or 12685409. OLE color: 12685409.

HSL color Cylindrical-coordinate representation of color #6190C1: hue angle of 210.62º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6190C1 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB97144193-
CMYK0.500.2500.24
HSL210.62º43.64%56.86%-
HSV(B)210.62º49.74%75.69%-
XYZ24.5326.3454.24-
YUV135.53160.43100.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.35%
GREEN value IS 144 (56.64% from 255) = 33.18%
BLUE value IS 193 (75.78% from 255) = 44.47%
R=22.35%
G=33.18%
B=44.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971441930.500.2500.24210.6243.6456.86
Hex6190C13219018d32c39
Octal14122030162310303235471
Binary110000110010000110000011100101100101100011010011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6190C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6190C1;
 }
 .AnyTagClassName
 {
   color: #6190C1;
 }
</style>
background-color css

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

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

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

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

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

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