#638ACF

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

Shades of Danube #638ACF

Tints of Danube #638ACF

Color information

#638ACF (or 0x638ACF) is unknown color: approx Danube. HEX triplet: 63, 8A and CF. RGB value is (99,138,207). Sum of RGB (Red+Green+Blue) = 99+138+207=444 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.30% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #638ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638ACF is #9C7530. Grayscale: #858585. Windows color (decimal): -10253617 or 13601379. OLE color: 13601379.

HSL color Cylindrical-coordinate representation of color #638ACF: hue angle of 218.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #638ACF is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB99138207-
CMYK0.520.3300.19
HSL218.33º52.94%60%-
HSV(B)218.33º52.17%81.18%-
XYZ25.525.3362.58-
YUV134.21169.08102.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.30%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 207 (81.25% from 255) = 46.62%
R=22.30%
G=31.08%
B=46.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal991382070.520.3300.19218.3352.9460
Hex638ACF3421013da353c
Octal14321231764410233326574
Binary1100011100010101100111111010010000101001111011010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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