#6387B2

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

Shades of Danube #6387B2

Tints of Danube #6387B2

Color information

#6387B2 (or 0x6387B2) is unknown color: approx Danube. HEX triplet: 63, 87 and B2. RGB value is (99,135,178). Sum of RGB (Red+Green+Blue) = 99+135+178=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 178 - color contains mainly: blue. Hex color #6387B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6387B2 is #9C784D. Grayscale: #808080. Windows color (decimal): -10254414 or 11700067. OLE color: 11700067.

HSL color Cylindrical-coordinate representation of color #6387B2: hue angle of 212.66º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6387B2 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB99135178-
CMYK0.440.2400.30
HSL212.66º33.91%54.31%-
HSV(B)212.66º44.38%69.8%-
XYZ21.8523.1945.45-
YUV129.14155.57106.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.03%
GREEN value IS 135 (53.12% from 255) = 32.77%
BLUE value IS 178 (69.92% from 255) = 43.20%
R=24.03%
G=32.77%
B=43.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal991351780.440.2400.30212.6633.9154.31
Hex6387B22C1801Ed52236
Octal14320726254300363254266
Binary110001110000111101100101011001100001111011010101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6387B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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