#638ACA

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

Shades of Danube #638ACA

Tints of Danube #638ACA

Color information

#638ACA (or 0x638ACA) is unknown color: approx Danube. HEX triplet: 63, 8A and CA. RGB value is (99,138,202). Sum of RGB (Red+Green+Blue) = 99+138+202=439 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.55% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #638ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638ACA is #9C7535. Grayscale: #858585. Windows color (decimal): -10253622 or 13273699. OLE color: 13273699.

HSL color Cylindrical-coordinate representation of color #638ACA: hue angle of 217.28º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #638ACA is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB99138202-
CMYK0.510.3200.21
HSL217.28º49.28%59.02%-
HSV(B)217.28º50.99%79.22%-
XYZ24.8925.0959.41-
YUV133.64166.58103.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.55%
GREEN value IS 138 (54.30% from 255) = 31.44%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=22.55%
G=31.44%
B=46.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal991382020.510.3200.21217.2849.2859.02
Hex638ACA3320015d9313b
Octal14321231263400253316173
Binary1100011100010101100101011001110000001010111011001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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