#6391BF

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

Shades of Danube #6391BF

Tints of Danube #6391BF

Color information

#6391BF (or 0x6391BF) is unknown color: approx Danube. HEX triplet: 63, 91 and BF. RGB value is (99,145,191). Sum of RGB (Red+Green+Blue) = 99+145+191=435 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.76% from 435); Green value is 145 (57.03% from 255 or 33.33% 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 #6391BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6391BF is #9C6E40. Grayscale: #888888. Windows color (decimal): -10251841 or 12554595. OLE color: 12554595.

HSL color Cylindrical-coordinate representation of color #6391BF: hue angle of 210º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6391BF is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB99145191-
CMYK0.480.2400.25
HSL210º41.82%56.86%-
HSV(B)210º48.17%74.9%-
XYZ24.6726.6753.14-
YUV136.49158.76101.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.76%
GREEN value IS 145 (57.03% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 43.91%
R=22.76%
G=33.33%
B=43.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991451910.480.2400.2521041.8256.86
Hex6391BF3018019d22a39
Octal14322127760300313225271
Binary110001110010001101111111100001100001100111010010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6391BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,145,191); }

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

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

 a { background-color: rgb(99,145,191); }

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

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

 span { border-color: rgb(99,145,191); }

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