#624296

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

Shades of Daisy Bush #624296

Tints of Daisy Bush #624296

Color information

#624296 (or 0x624296) is unknown color: approx Daisy Bush. HEX triplet: 62, 42 and 96. RGB value is (98,66,150). Sum of RGB (Red+Green+Blue) = 98+66+150=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 66 (26.17% from 255 or 21.02% 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 #624296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624296 is #9DBD69. Grayscale: #545454. Windows color (decimal): -10337642 or 9847394. OLE color: 9847394.

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

Color convert

RGB9866150-
CMYK0.350.5600.41
HSL262.86º38.89%42.35%-
HSV(B)262.86º56%58.82%-
XYZ12.498.729.87-
YUV85.14164.6137.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.21%
GREEN value IS 66 (26.17% from 255) = 21.02%
BLUE value IS 150 (58.98% from 255) = 47.77%
R=31.21%
G=21.02%
B=47.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal98661500.350.5600.41262.8638.8942.35
Hex6242962338029107272a
Octal14210222643700514074752
Binary11000101000010100101101000111110000101001100000111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624296; }

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

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

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

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

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

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

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

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