#638BBE

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

Shades of Danube #638BBE

Tints of Danube #638BBE

Color information

#638BBE (or 0x638BBE) is unknown color: approx Danube. HEX triplet: 63, 8B and BE. RGB value is (99,139,190). Sum of RGB (Red+Green+Blue) = 99+139+190=428 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.13% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #638BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638BBE is #9C7441. Grayscale: #848484. Windows color (decimal): -10253378 or 12487523. OLE color: 12487523.

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

Color convert

RGB99139190-
CMYK0.480.2700.25
HSL213.63º41.18%56.67%-
HSV(B)213.63º47.89%74.51%-
XYZ23.6724.8452.26-
YUV132.85160.25103.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.13%
GREEN value IS 139 (54.69% from 255) = 32.48%
BLUE value IS 190 (74.61% from 255) = 44.39%
R=23.13%
G=32.48%
B=44.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991391900.480.2700.25213.6341.1856.67
Hex638BBE301B019d62939
Octal14321327660330313265171
Binary110001110001011101111101100001101101100111010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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