#638CCC

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

Shades of Danube #638CCC

Tints of Danube #638CCC

Color information

#638CCC (or 0x638CCC) is unknown color: approx Danube. HEX triplet: 63, 8C and CC. RGB value is (99,140,204). Sum of RGB (Red+Green+Blue) = 99+140+204=443 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.35% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #638CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638CCC is #9C7333. Grayscale: #868686. Windows color (decimal): -10253108 or 13405283. OLE color: 13405283.

HSL color Cylindrical-coordinate representation of color #638CCC: hue angle of 216.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #638CCC is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB99140204-
CMYK0.510.3100.2
HSL216.57º50.72%59.41%-
HSV(B)216.57º51.47%80%-
XYZ25.4225.7760.76-
YUV135.04166.92102.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.35%
GREEN value IS 140 (55.08% from 255) = 31.60%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=22.35%
G=31.60%
B=46.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal991402040.510.3100.2216.5750.7259.41
Hex638CCC331F014d9333b
Octal14321431463370243316373
Binary110001110001100110011001100111111101010011011001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,140,204); }

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

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

 a { background-color: rgb(99,140,204); }

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

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

 span { border-color: rgb(99,140,204); }

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