Html Css Color HEX #61539C Butterfly Bush

📋 copy color: '#61539C'

red 97 ◦ green 83 ◦ blue 156

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

Shades of Butterfly Bush #61539C

Tints of Butterfly Bush #61539C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.43%

R = 28.87%
G = 24.7%
B = 46.43%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61539C (or 0x61539C) is known color: Butterfly Bush. HEX triplet: 61, 53 and 9C. RGB value is (97,83,156). Sum of RGB (Red+Green+Blue) = 97+83+156=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #61539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61539C is #9EAC63. Grayscale: #5F5F5F. Windows color (decimal): -10398820 or 10244961. OLE color: 10244961.

HSL color Cylindrical-coordinate representation of color #61539C: hue angle of 251.51º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61539C is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 83 156 -
CMYK 0.38 0.47 0 0.39
HSL 251.51º 0.31% 0.47% -
HSV(B) 251.51º 0.47% 0.61% -
XYZ 14.02 11.13 32.86 -
YUV 95.51 162.14 129.06 -
System Red Green Blue C M Y K H S L
Decimal 97 83 156 0.38 0.47 0 0.39 251.51 0.31 0.47
Hex 61 53 9C 26 2F 0 27 FC 1F 2F
Octal 141 123 234 46 57 0 47 374 37 57
Binary 1100001 1010011 10011100 100110 101111 0 100111 11111100 11111 101111

Color Harmonies of #61539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61539C

Black with #61539C

Text Example


Text Example

White with #61539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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