#613B8B

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

Shades of Daisy Bush #613B8B

Tints of Daisy Bush #613B8B

Color information

#613B8B (or 0x613B8B) is unknown color: approx Daisy Bush. HEX triplet: 61, 3B and 8B. RGB value is (97,59,139). Sum of RGB (Red+Green+Blue) = 97+59+139=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #613B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613B8B is #9EC474. Grayscale: #4F4F4F. Windows color (decimal): -10404981 or 9124705. OLE color: 9124705.

HSL color Cylindrical-coordinate representation of color #613B8B: hue angle of 268.5º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #613B8B is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9759139-
CMYK0.300.5800.45
HSL268.5º40.4%38.82%-
HSV(B)268.5º57.55%54.51%-
XYZ11.157.5325.29-
YUV79.48161.59140.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.88%
GREEN value IS 59 (23.44% from 255) = 20%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=32.88%
G=20%
B=47.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97591390.300.5800.45268.540.438.82
Hex613B8B1E3A02D10c2827
Octal1417321336720554145047
Binary110000111101110001011111101110100101101100001100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613B8B; }

 p { color: rgb(97,59,139); }

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

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

 a { background-color: rgb(97,59,139); }

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

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

 span { border-color: rgb(97,59,139); }

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