Html Css Color HEX #61509B Butterfly Bush

📋 copy color: '#61509B'

red 97 ◦ green 80 ◦ blue 155

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

Shades of Butterfly Bush #61509B

Tints of Butterfly Bush #61509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.1%

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 29.22%
G = 24.1%
B = 46.69%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61509B (or 0x61509B) is known color: Butterfly Bush. HEX triplet: 61, 50 and 9B. RGB value is (97,80,155). Sum of RGB (Red+Green+Blue) = 97+80+155=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #61509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61509B is #9EAF64. Grayscale: #5D5D5D. Windows color (decimal): -10399589 or 10178657. OLE color: 10178657.

HSL color Cylindrical-coordinate representation of color #61509B: hue angle of 253.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61509B is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 80 155 -
CMYK 0.37 0.48 0 0.39
HSL 253.6º 0.32% 0.46% -
HSV(B) 253.6º 0.48% 0.61% -
XYZ 13.71 10.65 32.34 -
YUV 93.63 162.63 130.4 -
System Red Green Blue C M Y K H S L
Decimal 97 80 155 0.37 0.48 0 0.39 253.6 0.32 0.46
Hex 61 50 9B 25 30 0 27 FE 20 2E
Octal 141 120 233 45 60 0 47 376 40 56
Binary 1100001 1010000 10011011 100101 110000 0 100111 11111110 100000 101110

Color Harmonies of #61509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61509B

Black with #61509B

Text Example


Text Example

White with #61509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,80,155); }

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

background-color css

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

 a { background-color: rgb(97,80,155); }

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

border-color css

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

 span { border-color: rgb(97,80,155); }

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