#665485

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

Shades of Butterfly Bush #665485

Tints of Butterfly Bush #665485

Color information

#665485 (or 0x665485) is unknown color: approx Butterfly Bush. HEX triplet: 66, 54 and 85. RGB value is (102,84,133). Sum of RGB (Red+Green+Blue) = 102+84+133=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #665485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665485 is #99AB7A. Grayscale: #5E5E5E. Windows color (decimal): -10070907 or 8737894. OLE color: 8737894.

HSL color Cylindrical-coordinate representation of color #665485: hue angle of 262.04º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #665485 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10284133-
CMYK0.230.3700.48
HSL262.04º22.58%42.55%-
HSV(B)262.04º36.84%52.16%-
XYZ12.8810.8623.61-
YUV94.97149.46133.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 133 (52.34% from 255) = 41.69%
R=31.97%
G=26.33%
B=41.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102841330.230.3700.48262.0422.5842.55
Hex6654851725030106172b
Octal14612420527450604062753
Binary110011010101001000010110111100101011000010000011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665485; }

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

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

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

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

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

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

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

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