#6386BC

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

Shades of Danube #6386BC

Tints of Danube #6386BC

Color information

#6386BC (or 0x6386BC) is unknown color: approx Danube. HEX triplet: 63, 86 and BC. RGB value is (99,134,188). Sum of RGB (Red+Green+Blue) = 99+134+188=421 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.52% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #6386BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6386BC is #9C7943. Grayscale: #818181. Windows color (decimal): -10254660 or 12355171. OLE color: 12355171.

HSL color Cylindrical-coordinate representation of color #6386BC: hue angle of 216.4º 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 #6386BC is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB99134188-
CMYK0.470.2900.26
HSL216.4º39.91%56.27%-
HSV(B)216.4º47.34%73.73%-
XYZ22.7523.3350.88-
YUV129.69160.9106.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.52%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 188 (73.83% from 255) = 44.66%
R=23.52%
G=31.83%
B=44.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991341880.470.2900.26216.439.9156.27
Hex6386BC2F1D01Ad82838
Octal14320627457350323305070
Binary110001110000110101111001011111110101101011011000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6386BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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