#695592

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

Shades of Butterfly Bush #695592

Tints of Butterfly Bush #695592

Color information

#695592 (or 0x695592) is unknown color: approx Butterfly Bush. HEX triplet: 69, 55 and 92. RGB value is (105,85,146). Sum of RGB (Red+Green+Blue) = 105+85+146=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #695592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695592 is #96AA6D. Grayscale: #616161. Windows color (decimal): -9874030 or 9590121. OLE color: 9590121.

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

Color convert

RGB10585146-
CMYK0.280.4200.43
HSL259.67º26.41%45.29%-
HSV(B)259.67º41.78%57.25%-
XYZ14.2611.5828.68-
YUV97.93155.13133.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.25%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 146 (57.42% from 255) = 43.45%
R=31.25%
G=25.30%
B=43.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105851460.280.4200.43259.6726.4145.29
Hex6955921C2A02B1041a2d
Octal15112522234520534043255
Binary110100110101011001001011100101010010101110000010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695592; }

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

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

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

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

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

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

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

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