#648BB4

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

Shades of Danube #648BB4

Tints of Danube #648BB4

Color information

#648BB4 (or 0x648BB4) is unknown color: approx Danube. HEX triplet: 64, 8B and B4. RGB value is (100,139,180). Sum of RGB (Red+Green+Blue) = 100+139+180=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 180 - color contains mainly: blue. Hex color #648BB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648BB4 is #9B744B. Grayscale: #838383. Windows color (decimal): -10187852 or 11832164. OLE color: 11832164.

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

Color convert

RGB100139180-
CMYK0.440.2300.29
HSL210.75º34.78%54.9%-
HSV(B)210.75º44.44%70.59%-
XYZ22.7324.4746.71-
YUV132.01155.08105.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.87%
GREEN value IS 139 (54.69% from 255) = 33.17%
BLUE value IS 180 (70.70% from 255) = 42.96%
R=23.87%
G=33.17%
B=42.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1001391800.440.2300.29210.7534.7854.9
Hex648BB42C1701Dd32337
Octal14421326454270353234367
Binary110010010001011101101001011001011101110111010011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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