#61568B

Color #61568B Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #61568B

Tints of Butterfly Bush #61568B

Color information

#61568B (or 0x61568B) is unknown color: approx Butterfly Bush. HEX triplet: 61, 56 and 8B. RGB value is (97,86,139). Sum of RGB (Red+Green+Blue) = 97+86+139=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #61568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61568B is #9EA974. Grayscale: #5F5F5F. Windows color (decimal): -10398069 or 9131617. OLE color: 9131617.

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

Color convert

RGB9786139-
CMYK0.300.3800.45
HSL252.45º23.56%44.12%-
HSV(B)252.45º38.13%54.51%-
XYZ12.9211.0625.88-
YUV95.33152.64129.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.12%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 139 (54.69% from 255) = 43.17%
R=30.12%
G=26.71%
B=43.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97861390.300.3800.45252.4523.5644.12
Hex61568B1E2602Dfc182c
Octal14112621336460553743054
Binary11000011010110100010111111010011001011011111110011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61568B;
 }
 .AnyTagClassName
 {
   color: #61568B;
 }
</style>
background-color css

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

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

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

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

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

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