#69558C

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

Shades of Butterfly Bush #69558C

Tints of Butterfly Bush #69558C

Color information

#69558C (or 0x69558C) is unknown color: approx Butterfly Bush. HEX triplet: 69, 55 and 8C. RGB value is (105,85,140). Sum of RGB (Red+Green+Blue) = 105+85+140=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #69558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69558C is #96AA73. Grayscale: #616161. Windows color (decimal): -9874036 or 9196905. OLE color: 9196905.

HSL color Cylindrical-coordinate representation of color #69558C: hue angle of 261.82º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69558C is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10585140-
CMYK0.250.3900.45
HSL261.82º24.44%44.12%-
HSV(B)261.82º39.29%54.9%-
XYZ13.8111.3926.28-
YUV97.25152.13133.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 140 (55.08% from 255) = 42.42%
R=31.82%
G=25.76%
B=42.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105851400.250.3900.45261.8224.4444.12
Hex69558C192702D106182c
Octal15112521431470554063054
Binary110100110101011000110011001100111010110110000011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69558C; }

 p { color: rgb(105,85,140); }

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

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

 a { background-color: rgb(105,85,140); }

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

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

 span { border-color: rgb(105,85,140); }

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