#638BCC

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

Shades of Danube #638BCC

Tints of Danube #638BCC

Color information

#638BCC (or 0x638BCC) is unknown color: approx Danube. HEX triplet: 63, 8B and CC. RGB value is (99,139,204). Sum of RGB (Red+Green+Blue) = 99+139+204=442 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.40% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #638BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638BCC is #9C7433. Grayscale: #868686. Windows color (decimal): -10253364 or 13405027. OLE color: 13405027.

HSL color Cylindrical-coordinate representation of color #638BCC: hue angle of 217.14º 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 #638BCC is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB99139204-
CMYK0.510.3200.2
HSL217.14º50.72%59.41%-
HSV(B)217.14º51.47%80%-
XYZ25.2825.4860.71-
YUV134.45167.25102.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.40%
GREEN value IS 139 (54.69% from 255) = 31.45%
BLUE value IS 204 (80.08% from 255) = 46.15%
R=22.40%
G=31.45%
B=46.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal991392040.510.3200.2217.1450.7259.41
Hex638BCC3320014d9333b
Octal14321331463400243316373
Binary1100011100010111100110011001110000001010011011001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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