#69567D

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

Shades of Butterfly Bush #69567D

Tints of Butterfly Bush #69567D

Color information

#69567D (or 0x69567D) is unknown color: approx Butterfly Bush. HEX triplet: 69, 56 and 7D. RGB value is (105,86,125). Sum of RGB (Red+Green+Blue) = 105+86+125=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 125 - color contains mainly: blue. Hex color #69567D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69567D is #96A982. Grayscale: #5F5F5F. Windows color (decimal): -9873795 or 8214121. OLE color: 8214121.

HSL color Cylindrical-coordinate representation of color #69567D: hue angle of 269.23º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69567D is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10586125-
CMYK0.160.3100.51
HSL269.23º18.48%41.37%-
HSV(B)269.23º31.2%49.02%-
XYZ12.8611.1420.87-
YUV96.13144.29134.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 125 (49.22% from 255) = 39.56%
R=33.23%
G=27.22%
B=39.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105861250.160.3100.51269.2318.4841.37
Hex69567D101F03310d1229
Octal15112617520370634152251
Binary1101001101011011111011000011111011001110000110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69567D; }

 p { color: rgb(105,86,125); }

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

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

 a { background-color: rgb(105,86,125); }

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

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

 span { border-color: rgb(105,86,125); }

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