#605081

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

Shades of Butterfly Bush #605081

Tints of Butterfly Bush #605081

Color information

#605081 (or 0x605081) is unknown color: approx Butterfly Bush. HEX triplet: 60, 50 and 81. RGB value is (96,80,129). Sum of RGB (Red+Green+Blue) = 96+80+129=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #605081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605081 is #9FAF7E. Grayscale: #5A5A5A. Windows color (decimal): -10465151 or 8474720. OLE color: 8474720.

HSL color Cylindrical-coordinate representation of color #605081: hue angle of 259.59º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #605081 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9680129-
CMYK0.260.3800.49
HSL259.59º23.44%40.98%-
HSV(B)259.59º37.98%50.59%-
XYZ11.659.8122.05-
YUV90.37149.8132.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.48%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 129 (50.78% from 255) = 42.30%
R=31.48%
G=26.23%
B=42.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96801290.260.3800.49259.5923.4440.98
Hex6050811A260311041729
Octal14012020132460614042751
Binary110000010100001000000111010100110011000110000010010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605081; }

 p { color: rgb(96,80,129); }

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

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

 a { background-color: rgb(96,80,129); }

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

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

 span { border-color: rgb(96,80,129); }

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