#638ABD

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

Shades of Danube #638ABD

Tints of Danube #638ABD

Color information

#638ABD (or 0x638ABD) is unknown color: approx Danube. HEX triplet: 63, 8A and BD. RGB value is (99,138,189). Sum of RGB (Red+Green+Blue) = 99+138+189=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #638ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638ABD is #9C7542. Grayscale: #838383. Windows color (decimal): -10253635 or 12421731. OLE color: 12421731.

HSL color Cylindrical-coordinate representation of color #638ABD: hue angle of 214º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #638ABD is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB99138189-
CMYK0.480.2700.26
HSL214º40.54%56.47%-
HSV(B)214º47.62%74.12%-
XYZ23.4224.551.64-
YUV132.15160.08104.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.24%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 189 (74.22% from 255) = 44.37%
R=23.24%
G=32.39%
B=44.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991381890.480.2700.2621440.5456.47
Hex638ABD301B01Ad62938
Octal14321227560330323265170
Binary110001110001010101111011100001101101101011010110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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