#634196

Color #634196 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #634196

Tints of Daisy Bush #634196

Color information

#634196 (or 0x634196) is unknown color: approx Daisy Bush. HEX triplet: 63, 41 and 96. RGB value is (99,65,150). Sum of RGB (Red+Green+Blue) = 99+65+150=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #634196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634196 is #9CBE69. Grayscale: #545454. Windows color (decimal): -10272362 or 9847139. OLE color: 9847139.

HSL color Cylindrical-coordinate representation of color #634196: hue angle of 264º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #634196 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9965150-
CMYK0.340.5700.41
HSL264º39.53%42.16%-
HSV(B)264º56.67%58.82%-
XYZ12.548.6429.86-
YUV84.86164.76138.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.53%
GREEN value IS 65 (25.78% from 255) = 20.70%
BLUE value IS 150 (58.98% from 255) = 47.77%
R=31.53%
G=20.70%
B=47.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99651500.340.5700.4126439.5342.16
Hex6341962239029108282a
Octal14310122642710514105052
Binary11000111000001100101101000101110010101001100001000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634196; }

 p { color: rgb(99,65,150); }

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

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

 a { background-color: rgb(99,65,150); }

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

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

 span { border-color: rgb(99,65,150); }

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