#665598

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

Shades of Butterfly Bush #665598

Tints of Butterfly Bush #665598

Color information

#665598 (or 0x665598) is unknown color: approx Butterfly Bush. HEX triplet: 66, 55 and 98. RGB value is (102,85,152). Sum of RGB (Red+Green+Blue) = 102+85+152=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #665598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665598 is #99AA67. Grayscale: #616161. Windows color (decimal): -10070632 or 9983334. OLE color: 9983334.

HSL color Cylindrical-coordinate representation of color #665598: hue angle of 255.22º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #665598 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10285152-
CMYK0.330.4400.40
HSL255.22º28.27%46.47%-
HSV(B)255.22º44.08%59.61%-
XYZ14.411.5931.18-
YUV97.72158.63131.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 152 (59.77% from 255) = 44.84%
R=30.09%
G=25.07%
B=44.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102851520.330.4400.40255.2228.2746.47
Hex665598212C028ff1c2e
Octal14612523041540503773456
Binary110011010101011001100010000110110001010001111111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665598; }

 p { color: rgb(102,85,152); }

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

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

 a { background-color: rgb(102,85,152); }

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

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

 span { border-color: rgb(102,85,152); }

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