#6393BE

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

Shades of Danube #6393BE

Tints of Danube #6393BE

Color information

#6393BE (or 0x6393BE) is unknown color: approx Danube. HEX triplet: 63, 93 and BE. RGB value is (99,147,190). Sum of RGB (Red+Green+Blue) = 99+147+190=436 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.71% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #6393BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6393BE is #9C6C41. Grayscale: #898989. Windows color (decimal): -10251330 or 12489571. OLE color: 12489571.

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

Color convert

RGB99147190-
CMYK0.480.2300.25
HSL208.35º41.18%56.67%-
HSV(B)208.35º47.89%74.51%-
XYZ24.8727.2452.66-
YUV137.55157.6100.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.71%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=22.71%
G=33.72%
B=43.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991471900.480.2300.25208.3541.1856.67
Hex6393BE3017019d02939
Octal14322327660270313205171
Binary110001110010011101111101100001011101100111010000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6393BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,147,190); }

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

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

 a { background-color: rgb(99,147,190); }

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

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

 span { border-color: rgb(99,147,190); }

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