#648BBB

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

Shades of Danube #648BBB

Tints of Danube #648BBB

Color information

#648BBB (or 0x648BBB) is unknown color: approx Danube. HEX triplet: 64, 8B and BB. RGB value is (100,139,187). Sum of RGB (Red+Green+Blue) = 100+139+187=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #648BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648BBB is #9B7444. Grayscale: #848484. Windows color (decimal): -10187845 or 12290916. OLE color: 12290916.

HSL color Cylindrical-coordinate representation of color #648BBB: 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 #648BBB is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB100139187-
CMYK0.470.2600.27
HSL213.1º39.01%56.27%-
HSV(B)213.1º46.52%73.33%-
XYZ23.4624.7650.56-
YUV132.81158.58104.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.47%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 187 (73.44% from 255) = 43.90%
R=23.47%
G=32.63%
B=43.90%

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
Decimal1001391870.470.2600.27213.139.0156.27
Hex648BBB2F1A01Bd52738
Octal14421327357320333254770
Binary110010010001011101110111011111101001101111010101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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