Html Css Color HEX #61538B Butterfly Bush

📋 copy color: '#61538B'

red 97 ◦ green 83 ◦ blue 139

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

Shades of Butterfly Bush #61538B

Tints of Butterfly Bush #61538B

RGB

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

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

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

R = 30.41%
G = 26.02%
B = 43.57%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61538B (or 0x61538B) is known color: Butterfly Bush. HEX triplet: 61, 53 and 8B. RGB value is (97,83,139). Sum of RGB (Red+Green+Blue) = 97+83+139=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #61538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61538B is #9EAC74. Grayscale: #5D5D5D. Windows color (decimal): -10398837 or 9130849. OLE color: 9130849.

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

Color convert

RGB 97 83 139 -
CMYK 0.30 0.40 0 0.45
HSL 255º 0.25% 0.44% -
HSV(B) 255º 0.4% 0.55% -
XYZ 12.68 10.59 25.8 -
YUV 93.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 97 83 139 0.30 0.40 0 0.45 255 0.25 0.44
Hex 61 53 8B 1E 28 0 2D FF 19 2C
Octal 141 123 213 36 50 0 55 377 31 54
Binary 1100001 1010011 10001011 11110 101000 0 101101 11111111 11001 101100

Color Harmonies of #61538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61538B

Black with #61538B

Text Example


Text Example

White with #61538B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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