#6193BF

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

Shades of Danube #6193BF

Tints of Danube #6193BF

Color information

#6193BF (or 0x6193BF) is unknown color: approx Danube. HEX triplet: 61, 93 and BF. RGB value is (97,147,191). Sum of RGB (Red+Green+Blue) = 97+147+191=435 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.30% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #6193BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6193BF is #9E6C40. Grayscale: #888888. Windows color (decimal): -10382401 or 12555105. OLE color: 12555105.

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

Color convert

RGB97147191-
CMYK0.490.2300.25
HSL208.09º42.34%56.47%-
HSV(B)208.09º49.21%74.9%-
XYZ24.7727.1753.23-
YUV137.07158.4499.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.30%
GREEN value IS 147 (57.81% from 255) = 33.79%
BLUE value IS 191 (75% from 255) = 43.91%
R=22.30%
G=33.79%
B=43.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971471910.490.2300.25208.0942.3456.47
Hex6193BF3117019d02a38
Octal14122327761270313205270
Binary110000110010011101111111100011011101100111010000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6193BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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