#648BBF

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

Shades of Danube #648BBF

Tints of Danube #648BBF

Color information

#648BBF (or 0x648BBF) is unknown color: approx Danube. HEX triplet: 64, 8B and BF. RGB value is (100,139,191). Sum of RGB (Red+Green+Blue) = 100+139+191=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #648BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648BBF is #9B7440. Grayscale: #858585. Windows color (decimal): -10187841 or 12553060. OLE color: 12553060.

HSL color Cylindrical-coordinate representation of color #648BBF: hue angle of 214.29º degrees, saturation: 0.42, 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 #648BBF is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100139191-
CMYK0.480.2700.25
HSL214.29º41.55%57.06%-
HSV(B)214.29º47.64%74.9%-
XYZ23.8924.9452.84-
YUV133.27160.58104.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.26%
GREEN value IS 139 (54.69% from 255) = 32.33%
BLUE value IS 191 (75% from 255) = 44.42%
R=23.26%
G=32.33%
B=44.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001391910.480.2700.25214.2941.5557.06
Hex648BBF301B019d62a39
Octal14421327760330313265271
Binary110010010001011101111111100001101101100111010110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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