#638FBE

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

Shades of Danube #638FBE

Tints of Danube #638FBE

Color information

#638FBE (or 0x638FBE) is unknown color: approx Danube. HEX triplet: 63, 8F and BE. RGB value is (99,143,190). Sum of RGB (Red+Green+Blue) = 99+143+190=432 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.92% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #638FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638FBE is #9C7041. Grayscale: #868686. Windows color (decimal): -10252354 or 12488547. OLE color: 12488547.

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

Color convert

RGB99143190-
CMYK0.480.2500.25
HSL210.99º41.18%56.67%-
HSV(B)210.99º47.89%74.51%-
XYZ24.2626.0252.46-
YUV135.2158.92102.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.92%
GREEN value IS 143 (56.25% from 255) = 33.10%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=22.92%
G=33.10%
B=43.98%

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
Decimal991431900.480.2500.25210.9941.1856.67
Hex638FBE3019019d32939
Octal14321727660310313235171
Binary110001110001111101111101100001100101100111010011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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