#605084

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

Shades of Butterfly Bush #605084

Tints of Butterfly Bush #605084

Color information

#605084 (or 0x605084) is unknown color: approx Butterfly Bush. HEX triplet: 60, 50 and 84. RGB value is (96,80,132). Sum of RGB (Red+Green+Blue) = 96+80+132=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #605084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605084 is #9FAF7B. Grayscale: #5A5A5A. Windows color (decimal): -10465148 or 8671328. OLE color: 8671328.

HSL color Cylindrical-coordinate representation of color #605084: hue angle of 258.46º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #605084 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9680132-
CMYK0.270.3900.48
HSL258.46º24.53%41.57%-
HSV(B)258.46º39.39%51.76%-
XYZ11.869.8923.11-
YUV90.71151.3131.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 132 (51.95% from 255) = 42.86%
R=31.17%
G=25.97%
B=42.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96801320.270.3900.48258.4624.5341.57
Hex6050841B27030102192a
Octal14012020433470604023152
Binary110000010100001000010011011100111011000010000001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605084; }

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

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

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

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

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

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

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

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