#624196

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

Shades of Daisy Bush #624196

Tints of Daisy Bush #624196

Color information

#624196 (or 0x624196) is unknown color: approx Daisy Bush. HEX triplet: 62, 41 and 96. RGB value is (98,65,150). Sum of RGB (Red+Green+Blue) = 98+65+150=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #624196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624196 is #9DBE69. Grayscale: #545454. Windows color (decimal): -10337898 or 9847138. OLE color: 9847138.

HSL color Cylindrical-coordinate representation of color #624196: hue angle of 263.29º 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 #624196 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9865150-
CMYK0.350.5700.41
HSL263.29º39.53%42.16%-
HSV(B)263.29º56.67%58.82%-
XYZ12.438.5829.85-
YUV84.56164.93137.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.31%
GREEN value IS 65 (25.78% from 255) = 20.77%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=31.31%
G=20.77%
B=47.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal98651500.350.5700.41263.2939.5342.16
Hex6241962339029107282a
Octal14210122643710514075052
Binary11000101000001100101101000111110010101001100000111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624196; }

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

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

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

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

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

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

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

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