#648CCA

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

Shades of Danube #648CCA

Tints of Danube #648CCA

Color information

#648CCA (or 0x648CCA) is unknown color: approx Danube. HEX triplet: 64, 8C and CA. RGB value is (100,140,202). Sum of RGB (Red+Green+Blue) = 100+140+202=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #648CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648CCA is #9B7335. Grayscale: #868686. Windows color (decimal): -10187574 or 13274212. OLE color: 13274212.

HSL color Cylindrical-coordinate representation of color #648CCA: hue angle of 216.47º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #648CCA is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100140202-
CMYK0.500.3100.21
HSL216.47º49.04%59.22%-
HSV(B)216.47º50.5%79.22%-
XYZ25.2925.7359.51-
YUV135.11165.75102.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.62%
GREEN value IS 140 (55.08% from 255) = 31.67%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=22.62%
G=31.67%
B=45.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001402020.500.3100.21216.4749.0459.22
Hex648CCA321F015d8313b
Octal14421431262370253306173
Binary110010010001100110010101100101111101010111011000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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