#638EBE

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

Shades of Danube #638EBE

Tints of Danube #638EBE

Color information

#638EBE (or 0x638EBE) is unknown color: approx Danube. HEX triplet: 63, 8E and BE. RGB value is (99,142,190). Sum of RGB (Red+Green+Blue) = 99+142+190=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #638EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638EBE is #9C7141. Grayscale: #868686. Windows color (decimal): -10252610 or 12488291. OLE color: 12488291.

HSL color Cylindrical-coordinate representation of color #638EBE: hue angle of 211.65º 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 #638EBE is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB99142190-
CMYK0.480.2500.25
HSL211.65º41.18%56.67%-
HSV(B)211.65º47.89%74.51%-
XYZ24.1125.7252.41-
YUV134.62159.25102.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.97%
GREEN value IS 142 (55.86% from 255) = 32.95%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=22.97%
G=32.95%
B=44.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991421900.480.2500.25211.6541.1856.67
Hex638EBE3019019d42939
Octal14321627660310313245171
Binary110001110001110101111101100001100101100111010100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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