#648CCC

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

Shades of Danube #648CCC

Tints of Danube #648CCC

Color information

#648CCC (or 0x648CCC) is unknown color: approx Danube. HEX triplet: 64, 8C and CC. RGB value is (100,140,204). Sum of RGB (Red+Green+Blue) = 100+140+204=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #648CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648CCC is #9B7333. Grayscale: #878787. Windows color (decimal): -10187572 or 13405284. OLE color: 13405284.

HSL color Cylindrical-coordinate representation of color #648CCC: hue angle of 216.92º 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 #648CCC is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB100140204-
CMYK0.510.3100.2
HSL216.92º50.49%59.61%-
HSV(B)216.92º50.98%80%-
XYZ25.5325.8360.77-
YUV135.34166.75102.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.52%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 204 (80.08% from 255) = 45.95%
R=22.52%
G=31.53%
B=45.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1001402040.510.3100.2216.9250.4959.61
Hex648CCC331F014d9323c
Octal14421431463370243316274
Binary110010010001100110011001100111111101010011011001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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