#648FC8

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

Shades of Danube #648FC8

Tints of Danube #648FC8

Color information

#648FC8 (or 0x648FC8) is unknown color: approx Danube. HEX triplet: 64, 8F and C8. RGB value is (100,143,200). Sum of RGB (Red+Green+Blue) = 100+143+200=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 200 - color contains mainly: blue. Hex color #648FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FC8 is #9B7037. Grayscale: #888888. Windows color (decimal): -10186808 or 13143908. OLE color: 13143908.

HSL color Cylindrical-coordinate representation of color #648FC8: hue angle of 214.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #648FC8 is Cyan = 0.5, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB100143200-
CMYK0.50.2800.22
HSL214.2º47.62%58.82%-
HSV(B)214.2º50%78.43%-
XYZ25.526.5258.42-
YUV136.64163.75101.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.57%
GREEN value IS 143 (56.25% from 255) = 32.28%
BLUE value IS 200 (78.52% from 255) = 45.15%
R=22.57%
G=32.28%
B=45.15%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1001432000.50.2800.22214.247.6258.82
Hex648FC8321C016d6303b
Octal14421731062340263266073
Binary110010010001111110010001100101110001011011010110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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