#648ECC

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

Shades of Danube #648ECC

Tints of Danube #648ECC

Color information

#648ECC (or 0x648ECC) is unknown color: approx Danube. HEX triplet: 64, 8E and CC. RGB value is (100,142,204). Sum of RGB (Red+Green+Blue) = 100+142+204=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #648ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648ECC is #9B7133. Grayscale: #888888. Windows color (decimal): -10187060 or 13405796. OLE color: 13405796.

HSL color Cylindrical-coordinate representation of color #648ECC: hue angle of 215.77º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #648ECC is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB100142204-
CMYK0.510.3000.2
HSL215.77º50.49%59.61%-
HSV(B)215.77º50.98%80%-
XYZ25.8326.4160.86-
YUV136.51166.09101.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.42%
GREEN value IS 142 (55.86% from 255) = 31.84%
BLUE value IS 204 (80.08% from 255) = 45.74%
R=22.42%
G=31.84%
B=45.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1001422040.510.3000.2215.7750.4959.61
Hex648ECC331E014d8323c
Octal14421631463360243306274
Binary110010010001110110011001100111111001010011011000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,142,204); }

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

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

 a { background-color: rgb(100,142,204); }

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

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

 span { border-color: rgb(100,142,204); }

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