#638ABA

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

Shades of Danube #638ABA

Tints of Danube #638ABA

Color information

#638ABA (or 0x638ABA) is unknown color: approx Danube. HEX triplet: 63, 8A and BA. RGB value is (99,138,186). Sum of RGB (Red+Green+Blue) = 99+138+186=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #638ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638ABA is #9C7545. Grayscale: #838383. Windows color (decimal): -10253638 or 12225123. OLE color: 12225123.

HSL color Cylindrical-coordinate representation of color #638ABA: hue angle of 213.1º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #638ABA is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB99138186-
CMYK0.470.2600.27
HSL213.1º38.67%55.88%-
HSV(B)213.1º46.77%72.94%-
XYZ23.124.3749.94-
YUV131.81158.58104.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.40%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=23.40%
G=32.62%
B=43.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991381860.470.2600.27213.138.6755.88
Hex638ABA2F1A01Bd52738
Octal14321227257320333254770
Binary110001110001010101110101011111101001101111010101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,138,186); }

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

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

 a { background-color: rgb(99,138,186); }

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

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

 span { border-color: rgb(99,138,186); }

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