#648EBE

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

Shades of Danube #648EBE

Tints of Danube #648EBE

Color information

#648EBE (or 0x648EBE) is unknown color: approx Danube. HEX triplet: 64, 8E and BE. RGB value is (100,142,190). Sum of RGB (Red+Green+Blue) = 100+142+190=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #648EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648EBE is #9B7141. Grayscale: #868686. Windows color (decimal): -10187074 or 12488292. OLE color: 12488292.

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

Color convert

RGB100142190-
CMYK0.470.2500.25
HSL212º40.91%56.86%-
HSV(B)212º47.37%74.51%-
XYZ24.2225.7752.41-
YUV134.91159.09103.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.15%
GREEN value IS 142 (55.86% from 255) = 32.87%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=23.15%
G=32.87%
B=43.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001421900.470.2500.2521240.9156.86
Hex648EBE2F19019d42939
Octal14421627657310313245171
Binary110010010001110101111101011111100101100111010100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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