#648FCF

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

Shades of Danube #648FCF

Tints of Danube #648FCF

Color information

#648FCF (or 0x648FCF) is unknown color: approx Danube. HEX triplet: 64, 8F and CF. RGB value is (100,143,207). Sum of RGB (Red+Green+Blue) = 100+143+207=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #648FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FCF is #9B7030. Grayscale: #898989. Windows color (decimal): -10186801 or 13602660. OLE color: 13602660.

HSL color Cylindrical-coordinate representation of color #648FCF: hue angle of 215.89º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #648FCF is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB100143207-
CMYK0.520.3100.19
HSL215.89º52.71%60.2%-
HSV(B)215.89º51.69%81.18%-
XYZ26.3426.8662.83-
YUV137.44167.25101.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.22%
GREEN value IS 143 (56.25% from 255) = 31.78%
BLUE value IS 207 (81.25% from 255) = 46%
R=22.22%
G=31.78%
B=46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1001432070.520.3100.19215.8952.7160.2
Hex648FCF341F013d8353c
Octal14421731764370233306574
Binary110010010001111110011111101001111101001111011000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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