#648BBD

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

Shades of Danube #648BBD

Tints of Danube #648BBD

Color information

#648BBD (or 0x648BBD) is unknown color: approx Danube. HEX triplet: 64, 8B and BD. RGB value is (100,139,189). Sum of RGB (Red+Green+Blue) = 100+139+189=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #648BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648BBD is #9B7442. Grayscale: #848484. Windows color (decimal): -10187843 or 12421988. OLE color: 12421988.

HSL color Cylindrical-coordinate representation of color #648BBD: hue angle of 213.71º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #648BBD is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB100139189-
CMYK0.470.2600.26
HSL213.71º40.27%56.67%-
HSV(B)213.71º47.09%74.12%-
XYZ23.6724.8551.69-
YUV133.04159.58104.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.36%
GREEN value IS 139 (54.69% from 255) = 32.48%
BLUE value IS 189 (74.22% from 255) = 44.16%
R=23.36%
G=32.48%
B=44.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001391890.470.2600.26213.7140.2756.67
Hex648BBD2F1A01Ad62839
Octal14421327557320323265071
Binary110010010001011101111011011111101001101011010110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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