#624195

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

Shades of Daisy Bush #624195

Tints of Daisy Bush #624195

Color information

#624195 (or 0x624195) is unknown color: approx Daisy Bush. HEX triplet: 62, 41 and 95. RGB value is (98,65,149). Sum of RGB (Red+Green+Blue) = 98+65+149=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #624195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624195 is #9DBE6A. Grayscale: #545454. Windows color (decimal): -10337899 or 9781602. OLE color: 9781602.

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

Color convert

RGB9865149-
CMYK0.340.5600.42
HSL263.57º39.25%41.96%-
HSV(B)263.57º56.38%58.43%-
XYZ12.358.5529.43-
YUV84.44164.43137.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.41%
GREEN value IS 65 (25.78% from 255) = 20.83%
BLUE value IS 149 (58.59% from 255) = 47.76%
R=31.41%
G=20.83%
B=47.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98651490.340.5600.42263.5739.2541.96
Hex624195223802A108272a
Octal14210122542700524104752
Binary11000101000001100101011000101110000101010100001000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624195; }

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

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

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

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

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

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

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

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