Html Css Color HEX #613C8A Daisy Bush

📋 copy color: '#613C8A'

red 97 ◦ green 60 ◦ blue 138

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

Shades of Daisy Bush #613C8A

Tints of Daisy Bush #613C8A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.34%

 BLUE value IS 138 (54.3% from 255) = 46.78%

R = 32.88%
G = 20.34%
B = 46.78%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#613C8A (or 0x613C8A) is known color: Daisy Bush. HEX triplet: 61, 3C and 8A. RGB value is (97,60,138). Sum of RGB (Red+Green+Blue) = 97+60+138=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #613C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613C8A is #9EC375. Grayscale: #4F4F4F. Windows color (decimal): -10404726 or 9059425. OLE color: 9059425.

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

Color convert

RGB 97 60 138 -
CMYK 0.30 0.57 0 0.46
HSL 268.46º 0.39% 0.39% -
HSV(B) 268.46º 0.57% 0.54% -
XYZ 11.13 7.61 24.93 -
YUV 79.96 160.76 140.16 -
System Red Green Blue C M Y K H S L
Decimal 97 60 138 0.30 0.57 0 0.46 268.46 0.39 0.39
Hex 61 3C 8A 1E 39 0 2E 10C 27 27
Octal 141 74 212 36 71 0 56 414 47 47
Binary 1100001 111100 10001010 11110 111001 0 101110 100001100 100111 100111

Color Harmonies of #613C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C8A

Black with #613C8A

Text Example


Text Example

White with #613C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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