#6387BC

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

Shades of Danube #6387BC

Tints of Danube #6387BC

Color information

#6387BC (or 0x6387BC) is unknown color: approx Danube. HEX triplet: 63, 87 and BC. RGB value is (99,135,188). Sum of RGB (Red+Green+Blue) = 99+135+188=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #6387BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6387BC is #9C7843. Grayscale: #828282. Windows color (decimal): -10254404 or 12355427. OLE color: 12355427.

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

Color convert

RGB99135188-
CMYK0.470.2800.26
HSL215.73º39.91%56.27%-
HSV(B)215.73º47.34%73.73%-
XYZ22.8923.6150.93-
YUV130.28160.57105.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.46%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 188 (73.83% from 255) = 44.55%
R=23.46%
G=31.99%
B=44.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991351880.470.2800.26215.7339.9156.27
Hex6387BC2F1C01Ad82838
Octal14320727457340323305070
Binary110001110000111101111001011111110001101011011000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6387BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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