#665185

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

Shades of Butterfly Bush #665185

Tints of Butterfly Bush #665185

Color information

#665185 (or 0x665185) is unknown color: approx Butterfly Bush. HEX triplet: 66, 51 and 85. RGB value is (102,81,133). Sum of RGB (Red+Green+Blue) = 102+81+133=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #665185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665185 is #99AE7A. Grayscale: #5D5D5D. Windows color (decimal): -10071675 or 8737126. OLE color: 8737126.

HSL color Cylindrical-coordinate representation of color #665185: hue angle of 264.23º degrees, saturation: 0.24, 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 #665185 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10281133-
CMYK0.230.3900.48
HSL264.23º24.3%41.96%-
HSV(B)264.23º39.1%52.16%-
XYZ12.6610.423.53-
YUV93.21150.46134.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.28%
GREEN value IS 81 (32.03% from 255) = 25.63%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=32.28%
G=25.63%
B=42.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102811330.230.3900.48264.2324.341.96
Hex6651851727030108182a
Octal14612120527470604103052
Binary110011010100011000010110111100111011000010000100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665185; }

 p { color: rgb(102,81,133); }

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

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

 a { background-color: rgb(102,81,133); }

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

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

 span { border-color: rgb(102,81,133); }

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