#648EBB

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

Shades of Danube #648EBB

Tints of Danube #648EBB

Color information

#648EBB (or 0x648EBB) is unknown color: approx Danube. HEX triplet: 64, 8E and BB. RGB value is (100,142,187). Sum of RGB (Red+Green+Blue) = 100+142+187=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #648EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648EBB is #9B7144. Grayscale: #868686. Windows color (decimal): -10187077 or 12291684. OLE color: 12291684.

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

Color convert

RGB100142187-
CMYK0.470.2400.27
HSL211.03º39.01%56.27%-
HSV(B)211.03º46.52%73.33%-
XYZ23.925.6450.7-
YUV134.57157.59103.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.31%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 187 (73.44% from 255) = 43.59%
R=23.31%
G=33.10%
B=43.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001421870.470.2400.27211.0339.0156.27
Hex648EBB2F1801Bd32738
Octal14421627357300333234770
Binary110010010001110101110111011111100001101111010011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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