#624585

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

Shades of Daisy Bush #624585

Tints of Daisy Bush #624585

Color information

#624585 (or 0x624585) is unknown color: approx Daisy Bush. HEX triplet: 62, 45 and 85. RGB value is (98,69,133). Sum of RGB (Red+Green+Blue) = 98+69+133=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #624585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624585 is #9DBA7A. Grayscale: #545454. Windows color (decimal): -10336891 or 8734050. OLE color: 8734050.

HSL color Cylindrical-coordinate representation of color #624585: hue angle of 267.19º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #624585 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9869133-
CMYK0.260.4800.48
HSL267.19º31.68%39.61%-
HSV(B)267.19º48.12%52.16%-
XYZ11.48.5523.24-
YUV84.97155.11137.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.67%
GREEN value IS 69 (27.34% from 255) = 23%
BLUE value IS 133 (52.34% from 255) = 44.33%
R=32.67%
G=23%
B=44.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98691330.260.4800.48267.1931.6839.61
Hex6245851A3003010b2028
Octal14210520532600604134050
Binary1100010100010110000101110101100000110000100001011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624585; }

 p { color: rgb(98,69,133); }

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

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

 a { background-color: rgb(98,69,133); }

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

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

 span { border-color: rgb(98,69,133); }

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