#638AD6

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

Shades of Danube #638AD6

Tints of Danube #638AD6

Color information

#638AD6 (or 0x638AD6) is unknown color: approx Danube. HEX triplet: 63, 8A and D6. RGB value is (99,138,214). Sum of RGB (Red+Green+Blue) = 99+138+214=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 214 (83.98% from 255 or 47.45% from 451); Max value from RGB is 214 - color contains mainly: blue. Hex color #638AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638AD6 is #9C7529. Grayscale: #868686. Windows color (decimal): -10253610 or 14060131. OLE color: 14060131.

HSL color Cylindrical-coordinate representation of color #638AD6: hue angle of 219.65º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #638AD6 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB99138214-
CMYK0.540.3600.16
HSL219.65º58.38%61.37%-
HSV(B)219.65º53.74%83.92%-
XYZ26.3725.6867.19-
YUV135172.58102.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.95%
GREEN value IS 138 (54.30% from 255) = 30.60%
BLUE value IS 214 (83.98% from 255) = 47.45%
R=21.95%
G=30.60%
B=47.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal991382140.540.3600.16219.6558.3861.37
Hex638AD63624010dc3a3d
Octal14321232666440203347275
Binary1100011100010101101011011011010010001000011011100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,138,214); }

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

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

 a { background-color: rgb(99,138,214); }

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

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

 span { border-color: rgb(99,138,214); }

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