#648FCE

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

Shades of Danube #648FCE

Tints of Danube #648FCE

Color information

#648FCE (or 0x648FCE) is unknown color: approx Danube. HEX triplet: 64, 8F and CE. RGB value is (100,143,206). Sum of RGB (Red+Green+Blue) = 100+143+206=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #648FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FCE is #9B7031. Grayscale: #898989. Windows color (decimal): -10186802 or 13537124. OLE color: 13537124.

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

Color convert

RGB100143206-
CMYK0.510.3100.19
HSL215.66º51.96%60%-
HSV(B)215.66º51.46%80.78%-
XYZ26.2226.8162.19-
YUV137.32166.75101.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.27%
GREEN value IS 143 (56.25% from 255) = 31.85%
BLUE value IS 206 (80.86% from 255) = 45.88%
R=22.27%
G=31.85%
B=45.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1001432060.510.3100.19215.6651.9660
Hex648FCE331F013d8343c
Octal14421731663370233306474
Binary110010010001111110011101100111111101001111011000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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