#695495

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

Shades of Butterfly Bush #695495

Tints of Butterfly Bush #695495

Color information

#695495 (or 0x695495) is unknown color: approx Butterfly Bush. HEX triplet: 69, 54 and 95. RGB value is (105,84,149). Sum of RGB (Red+Green+Blue) = 105+84+149=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #695495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695495 is #96AB6A. Grayscale: #616161. Windows color (decimal): -9874283 or 9786473. OLE color: 9786473.

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

Color convert

RGB10584149-
CMYK0.300.4400.42
HSL259.38º27.9%45.69%-
HSV(B)259.38º43.62%58.43%-
XYZ14.4211.5129.9-
YUV97.69156.96133.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 84 (33.20% from 255) = 24.85%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=31.07%
G=24.85%
B=44.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105841490.300.4400.42259.3827.945.69
Hex6954951E2C02A1031c2e
Octal15112422536540524033456
Binary110100110101001001010111110101100010101010000001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695495; }

 p { color: rgb(105,84,149); }

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

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

 a { background-color: rgb(105,84,149); }

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

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

 span { border-color: rgb(105,84,149); }

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