#665490

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

Shades of Butterfly Bush #665490

Tints of Butterfly Bush #665490

Color information

#665490 (or 0x665490) is unknown color: approx Butterfly Bush. HEX triplet: 66, 54 and 90. RGB value is (102,84,144). Sum of RGB (Red+Green+Blue) = 102+84+144=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #665490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665490 is #99AB6F. Grayscale: #606060. Windows color (decimal): -10070896 or 9458790. OLE color: 9458790.

HSL color Cylindrical-coordinate representation of color #665490: hue angle of 258º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #665490 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10284144-
CMYK0.290.4200.44
HSL258º26.32%44.71%-
HSV(B)258º41.67%56.47%-
XYZ13.6811.1827.82-
YUV96.22154.96132.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.91%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=30.91%
G=25.45%
B=43.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102841440.290.4200.4425826.3244.71
Hex6654901D2A02C1021a2d
Octal14612422035520544023255
Binary110011010101001001000011101101010010110010000001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665490; }

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

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

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

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

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

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

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

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