#638ED1

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

Shades of Danube #638ED1

Tints of Danube #638ED1

Color information

#638ED1 (or 0x638ED1) is unknown color: approx Danube. HEX triplet: 63, 8E and D1. RGB value is (99,142,209). Sum of RGB (Red+Green+Blue) = 99+142+209=450 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #638ED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638ED1 is #9C712E. Grayscale: #888888. Windows color (decimal): -10252591 or 13733475. OLE color: 13733475.

HSL color Cylindrical-coordinate representation of color #638ED1: hue angle of 216.55º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #638ED1 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB99142209-
CMYK0.530.3200.18
HSL216.55º54.46%60.39%-
HSV(B)216.55º52.63%81.96%-
XYZ26.3326.664.07-
YUV136.78168.75101.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22%
GREEN value IS 142 (55.86% from 255) = 31.56%
BLUE value IS 209 (82.03% from 255) = 46.44%
R=22%
G=31.56%
B=46.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal991422090.530.3200.18216.5554.4660.39
Hex638ED13520012d9363c
Octal14321632165400223316674
Binary1100011100011101101000111010110000001001011011001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638ED1; }

 p { color: rgb(99,142,209); }

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

<style>
 a { background-color: #638ED1; }

 a { background-color: rgb(99,142,209); }

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

<style>
 span { border-color: #638ED1; }

 span { border-color: rgb(99,142,209); }

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