Html Css Color HEX #61538A Butterfly Bush

📋 copy color: '#61538A'

red 97 ◦ green 83 ◦ blue 138

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

Shades of Butterfly Bush #61538A

Tints of Butterfly Bush #61538A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.1%

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

R = 30.5%
G = 26.1%
B = 43.4%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#61538A (or 0x61538A) is known color: Butterfly Bush. HEX triplet: 61, 53 and 8A. RGB value is (97,83,138). Sum of RGB (Red+Green+Blue) = 97+83+138=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #61538A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61538A is #9EAC75. Grayscale: #5D5D5D. Windows color (decimal): -10398838 or 9065313. OLE color: 9065313.

HSL color Cylindrical-coordinate representation of color #61538A: hue angle of 255.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61538A is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 83 138 -
CMYK 0.30 0.40 0 0.46
HSL 255.27º 0.25% 0.43% -
HSV(B) 255.27º 0.4% 0.54% -
XYZ 12.61 10.56 25.42 -
YUV 93.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 97 83 138 0.30 0.40 0 0.46 255.27 0.25 0.43
Hex 61 53 8A 1E 28 0 2E FF 19 2B
Octal 141 123 212 36 50 0 56 377 31 53
Binary 1100001 1010011 10001010 11110 101000 0 101110 11111111 11001 101011

Color Harmonies of #61538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61538A

Black with #61538A

Text Example


Text Example

White with #61538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61538A; }

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

 H1.HeaderClassName
 {
   color: #61538A;
 }
 .AnyTagClassName
 {
   color: #61538A;
 }
</style>

background-color css

<style>
 a { background-color: #61538A; }

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

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

border-color css

<style>
 span { border-color: #61538A; }

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

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