Html Css Color HEX #613B8B Daisy Bush

📋 copy color: '#613B8B'

red 97 ◦ green 59 ◦ blue 139

#613B8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #613B8B

Tints of Daisy Bush #613B8B

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 value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#613B8B (or 0x613B8B) is known color: 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

RGB 97 59 139 -
CMYK 0.30 0.58 0 0.45
HSL 268.5º 0.4% 0.39% -
HSV(B) 268.5º 0.58% 0.55% -
XYZ 11.15 7.53 25.29 -
YUV 79.48 161.59 140.5 -
System Red Green Blue C M Y K H S L
Decimal 97 59 139 0.30 0.58 0 0.45 268.5 0.4 0.39
Hex 61 3B 8B 1E 3A 0 2D 10C 28 27
Octal 141 73 213 36 72 0 55 414 50 47
Binary 1100001 111011 10001011 11110 111010 0 101101 100001100 101000 100111

Color Harmonies of #613B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613B8B

Black with #613B8B

Text Example


Text Example

White with #613B8B

Text Example


Text Example

HTML Codes & Css Web 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>