#648FB7

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

Shades of Danube #648FB7

Tints of Danube #648FB7

Color information

#648FB7 (or 0x648FB7) is unknown color: approx Danube. HEX triplet: 64, 8F and B7. RGB value is (100,143,183). Sum of RGB (Red+Green+Blue) = 100+143+183=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 183 - color contains mainly: blue. Hex color #648FB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FB7 is #9B7048. Grayscale: #868686. Windows color (decimal): -10186825 or 12029796. OLE color: 12029796.

HSL color Cylindrical-coordinate representation of color #648FB7: hue angle of 208.92º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #648FB7 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB100143183-
CMYK0.450.2200.28
HSL208.92º36.56%55.49%-
HSV(B)208.92º45.36%71.76%-
XYZ23.6325.7748.53-
YUV134.7155.25103.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.47%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 183 (71.88% from 255) = 42.96%
R=23.47%
G=33.57%
B=42.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1001431830.450.2200.28208.9236.5655.49
Hex648FB72D1601Cd12537
Octal14421726755260343214567
Binary110010010001111101101111011011011001110011010001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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