#613C8D

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

Shades of Daisy Bush #613C8D

Tints of Daisy Bush #613C8D

Color information

#613C8D (or 0x613C8D) is unknown color: approx Daisy Bush. HEX triplet: 61, 3C and 8D. RGB value is (97,60,141). Sum of RGB (Red+Green+Blue) = 97+60+141=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #613C8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613C8D is #9EC372. Grayscale: #505050. Windows color (decimal): -10404723 or 9256033. OLE color: 9256033.

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

Color convert

RGB9760141-
CMYK0.310.5700.45
HSL267.41º40.3%39.41%-
HSV(B)267.41º57.45%55.29%-
XYZ11.357.726.09-
YUV80.3162.26139.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.55%
GREEN value IS 60 (23.83% from 255) = 20.13%
BLUE value IS 141 (55.47% from 255) = 47.32%
R=32.55%
G=20.13%
B=47.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97601410.310.5700.45267.4140.339.41
Hex613C8D1F3902D10b2827
Octal1417421537710554135047
Binary110000111110010001101111111110010101101100001011101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,60,141); }

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

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

 a { background-color: rgb(97,60,141); }

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

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

 span { border-color: rgb(97,60,141); }

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