Html Css Color HEX #61538C Butterfly Bush

📋 copy color: '#61538C'

red 97 ◦ green 83 ◦ blue 140

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

Shades of Butterfly Bush #61538C

Tints of Butterfly Bush #61538C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.75%

R = 30.31%
G = 25.94%
B = 43.75%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61538C (or 0x61538C) is known color: Butterfly Bush. HEX triplet: 61, 53 and 8C. RGB value is (97,83,140). Sum of RGB (Red+Green+Blue) = 97+83+140=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #61538C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61538C is #9EAC73. Grayscale: #5D5D5D. Windows color (decimal): -10398836 or 9196385. OLE color: 9196385.

HSL color Cylindrical-coordinate representation of color #61538C: hue angle of 254.74º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61538C is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 83 140 -
CMYK 0.31 0.41 0 0.45
HSL 254.74º 0.26% 0.44% -
HSV(B) 254.74º 0.41% 0.55% -
XYZ 12.76 10.62 26.19 -
YUV 93.68 154.14 130.37 -
System Red Green Blue C M Y K H S L
Decimal 97 83 140 0.31 0.41 0 0.45 254.74 0.26 0.44
Hex 61 53 8C 1F 29 0 2D FF 1A 2C
Octal 141 123 214 37 51 0 55 377 32 54
Binary 1100001 1010011 10001100 11111 101001 0 101101 11111111 11010 101100

Color Harmonies of #61538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61538C

Black with #61538C

Text Example


Text Example

White with #61538C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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