#648FBE

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

Shades of Danube #648FBE

Tints of Danube #648FBE

Color information

#648FBE (or 0x648FBE) is unknown color: approx Danube. HEX triplet: 64, 8F and BE. RGB value is (100,143,190). Sum of RGB (Red+Green+Blue) = 100+143+190=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #648FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FBE is #9B7041. Grayscale: #878787. Windows color (decimal): -10186818 or 12488548. OLE color: 12488548.

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

Color convert

RGB100143190-
CMYK0.470.2500.25
HSL211.33º40.91%56.86%-
HSV(B)211.33º47.37%74.51%-
XYZ24.3726.0752.46-
YUV135.5158.75102.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.09%
GREEN value IS 143 (56.25% from 255) = 33.03%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=23.09%
G=33.03%
B=43.88%

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
Decimal1001431900.470.2500.25211.3340.9156.86
Hex648FBE2F19019d32939
Octal14421727657310313235171
Binary110010010001111101111101011111100101100111010011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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