#638EC1

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

Shades of Danube #638EC1

Tints of Danube #638EC1

Color information

#638EC1 (or 0x638EC1) is unknown color: approx Danube. HEX triplet: 63, 8E and C1. RGB value is (99,142,193). Sum of RGB (Red+Green+Blue) = 99+142+193=434 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.81% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #638EC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638EC1 is #9C713E. Grayscale: #868686. Windows color (decimal): -10252607 or 12684899. OLE color: 12684899.

HSL color Cylindrical-coordinate representation of color #638EC1: hue angle of 212.55º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #638EC1 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB99142193-
CMYK0.490.2600.24
HSL212.55º43.12%57.25%-
HSV(B)212.55º48.7%75.69%-
XYZ24.4425.8554.15-
YUV134.96160.75102.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.81%
GREEN value IS 142 (55.86% from 255) = 32.72%
BLUE value IS 193 (75.78% from 255) = 44.47%
R=22.81%
G=32.72%
B=44.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal991421930.490.2600.24212.5543.1257.25
Hex638EC1311A018d52b39
Octal14321630161320303255371
Binary110001110001110110000011100011101001100011010101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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