Html Css Color HEX #613E8B Daisy Bush

📋 copy color: '#613E8B'

red 97 ◦ green 62 ◦ blue 139

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

Shades of Daisy Bush #613E8B

Tints of Daisy Bush #613E8B

RGB

 RED value IS 97 (38.28% from 255) = 32.55%

 GREEN value IS 62 (24.61% from 255) = 20.81%

 BLUE value IS 139 (54.69% from 255) = 46.64%

R = 32.55%
G = 20.81%
B = 46.64%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#613E8B (or 0x613E8B) is known color: Daisy Bush. HEX triplet: 61, 3E and 8B. RGB value is (97,62,139). Sum of RGB (Red+Green+Blue) = 97+62+139=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #613E8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613E8B is #9EC174. Grayscale: #505050. Windows color (decimal): -10404213 or 9125473. OLE color: 9125473.

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

Color convert

RGB 97 62 139 -
CMYK 0.30 0.55 0 0.45
HSL 267.27º 0.38% 0.39% -
HSV(B) 267.27º 0.55% 0.55% -
XYZ 11.31 7.85 25.35 -
YUV 81.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 97 62 139 0.30 0.55 0 0.45 267.27 0.38 0.39
Hex 61 3E 8B 1E 37 0 2D 10B 26 27
Octal 141 76 213 36 67 0 55 413 46 47
Binary 1100001 111110 10001011 11110 110111 0 101101 100001011 100110 100111

Color Harmonies of #613E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E8B

Black with #613E8B

Text Example


Text Example

White with #613E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #613E8B;
 }
 .AnyTagClassName
 {
   color: #613E8B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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