#648ABA

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

Shades of Danube #648ABA

Tints of Danube #648ABA

Color information

#648ABA (or 0x648ABA) is unknown color: approx Danube. HEX triplet: 64, 8A and BA. RGB value is (100,138,186). Sum of RGB (Red+Green+Blue) = 100+138+186=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #648ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648ABA is #9B7545. Grayscale: #838383. Windows color (decimal): -10188102 or 12225124. OLE color: 12225124.

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

Color convert

RGB100138186-
CMYK0.460.2600.27
HSL213.49º38.39%56.08%-
HSV(B)213.49º46.24%72.94%-
XYZ23.2124.4349.95-
YUV132.11158.41105.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.58%
GREEN value IS 138 (54.30% from 255) = 32.55%
BLUE value IS 186 (73.05% from 255) = 43.87%
R=23.58%
G=32.55%
B=43.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001381860.460.2600.27213.4938.3956.08
Hex648ABA2E1A01Bd52638
Octal14421227256320333254670
Binary110010010001010101110101011101101001101111010101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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