#638BB4

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

Shades of Danube #638BB4

Tints of Danube #638BB4

Color information

#638BB4 (or 0x638BB4) is unknown color: approx Danube. HEX triplet: 63, 8B and B4. RGB value is (99,139,180). Sum of RGB (Red+Green+Blue) = 99+139+180=418 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.68% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 180 - color contains mainly: blue. Hex color #638BB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638BB4 is #9C744B. Grayscale: #838383. Windows color (decimal): -10253388 or 11832163. OLE color: 11832163.

HSL color Cylindrical-coordinate representation of color #638BB4: hue angle of 210.37º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #638BB4 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB99139180-
CMYK0.450.2300.29
HSL210.37º35.06%54.71%-
HSV(B)210.37º45%70.59%-
XYZ22.6224.4146.7-
YUV131.71155.25104.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.68%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 180 (70.70% from 255) = 43.06%
R=23.68%
G=33.25%
B=43.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal991391800.450.2300.29210.3735.0654.71
Hex638BB42D1701Dd22337
Octal14321326455270353224367
Binary110001110001011101101001011011011101110111010010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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