#648FBD

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

Shades of Danube #648FBD

Tints of Danube #648FBD

Color information

#648FBD (or 0x648FBD) is unknown color: approx Danube. HEX triplet: 64, 8F and BD. RGB value is (100,143,189). Sum of RGB (Red+Green+Blue) = 100+143+189=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #648FBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FBD is #9B7042. Grayscale: #878787. Windows color (decimal): -10186819 or 12423012. OLE color: 12423012.

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

Color convert

RGB100143189-
CMYK0.470.2400.26
HSL211.01º40.27%56.67%-
HSV(B)211.01º47.09%74.12%-
XYZ24.2626.0351.89-
YUV135.39158.25102.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.15%
GREEN value IS 143 (56.25% from 255) = 33.10%
BLUE value IS 189 (74.22% from 255) = 43.75%
R=23.15%
G=33.10%
B=43.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001431890.470.2400.26211.0140.2756.67
Hex648FBD2F1801Ad32839
Octal14421727557300323235071
Binary110010010001111101111011011111100001101011010011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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