#638DBA

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

Shades of Danube #638DBA

Tints of Danube #638DBA

Color information

#638DBA (or 0x638DBA) is unknown color: approx Danube. HEX triplet: 63, 8D and BA. RGB value is (99,141,186). Sum of RGB (Red+Green+Blue) = 99+141+186=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #638DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638DBA is #9C7245. Grayscale: #858585. Windows color (decimal): -10252870 or 12225891. OLE color: 12225891.

HSL color Cylindrical-coordinate representation of color #638DBA: hue angle of 211.03º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #638DBA is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB99141186-
CMYK0.470.2400.27
HSL211.03º38.67%55.88%-
HSV(B)211.03º46.77%72.94%-
XYZ23.5325.2550.09-
YUV133.57157.59103.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.24%
GREEN value IS 141 (55.47% from 255) = 33.10%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=23.24%
G=33.10%
B=43.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991411860.470.2400.27211.0338.6755.88
Hex638DBA2F1801Bd32738
Octal14321527257300333234770
Binary110001110001101101110101011111100001101111010011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,141,186); }

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

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

 a { background-color: rgb(99,141,186); }

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

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

 span { border-color: rgb(99,141,186); }

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