#6389BC

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

Shades of Danube #6389BC

Tints of Danube #6389BC

Color information

#6389BC (or 0x6389BC) is unknown color: approx Danube. HEX triplet: 63, 89 and BC. RGB value is (99,137,188). Sum of RGB (Red+Green+Blue) = 99+137+188=424 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.35% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #6389BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6389BC is #9C7643. Grayscale: #838383. Windows color (decimal): -10253892 or 12355939. OLE color: 12355939.

HSL color Cylindrical-coordinate representation of color #6389BC: hue angle of 214.38º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6389BC is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB99137188-
CMYK0.470.2700.26
HSL214.38º39.91%56.27%-
HSV(B)214.38º47.34%73.73%-
XYZ23.1724.1751.02-
YUV131.45159.91104.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.35%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 188 (73.83% from 255) = 44.34%
R=23.35%
G=32.31%
B=44.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991371880.470.2700.26214.3839.9156.27
Hex6389BC2F1B01Ad62838
Octal14321127457330323265070
Binary110001110001001101111001011111101101101011010110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6389BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6389BC; }

 p { color: rgb(99,137,188); }

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

<style>
 a { background-color: #6389BC; }

 a { background-color: rgb(99,137,188); }

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

<style>
 span { border-color: #6389BC; }

 span { border-color: rgb(99,137,188); }

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