#638DBF

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

Shades of Danube #638DBF

Tints of Danube #638DBF

Color information

#638DBF (or 0x638DBF) is unknown color: approx Danube. HEX triplet: 63, 8D and BF. RGB value is (99,141,191). Sum of RGB (Red+Green+Blue) = 99+141+191=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #638DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638DBF is #9C7240. Grayscale: #858585. Windows color (decimal): -10252865 or 12553571. OLE color: 12553571.

HSL color Cylindrical-coordinate representation of color #638DBF: hue angle of 212.61º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #638DBF is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB99141191-
CMYK0.480.2600.25
HSL212.61º41.82%56.86%-
HSV(B)212.61º48.17%74.9%-
XYZ24.0725.4652.94-
YUV134.14160.09102.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.97%
GREEN value IS 141 (55.47% from 255) = 32.71%
BLUE value IS 191 (75% from 255) = 44.32%
R=22.97%
G=32.71%
B=44.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991411910.480.2600.25212.6141.8256.86
Hex638DBF301A019d52a39
Octal14321527760320313255271
Binary110001110001101101111111100001101001100111010101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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