#6386BA

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

Shades of Danube #6386BA

Tints of Danube #6386BA

Color information

#6386BA (or 0x6386BA) is unknown color: approx Danube. HEX triplet: 63, 86 and BA. RGB value is (99,134,186). Sum of RGB (Red+Green+Blue) = 99+134+186=419 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.63% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #6386BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6386BA is #9C7945. Grayscale: #818181. Windows color (decimal): -10254662 or 12224099. OLE color: 12224099.

HSL color Cylindrical-coordinate representation of color #6386BA: hue angle of 215.86º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6386BA is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB99134186-
CMYK0.470.2800.27
HSL215.86º38.67%55.88%-
HSV(B)215.86º46.77%72.94%-
XYZ22.5323.2549.75-
YUV129.46159.9106.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.63%
GREEN value IS 134 (52.73% from 255) = 31.98%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=23.63%
G=31.98%
B=44.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991341860.470.2800.27215.8638.6755.88
Hex6386BA2F1C01Bd82738
Octal14320627257340333304770
Binary110001110000110101110101011111110001101111011000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6386BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6386BA; }

 p { color: rgb(99,134,186); }

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

<style>
 a { background-color: #6386BA; }

 a { background-color: rgb(99,134,186); }

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

<style>
 span { border-color: #6386BA; }

 span { border-color: rgb(99,134,186); }

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