#695091

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

Shades of Butterfly Bush #695091

Tints of Butterfly Bush #695091

Color information

#695091 (or 0x695091) is unknown color: approx Butterfly Bush. HEX triplet: 69, 50 and 91. RGB value is (105,80,145). Sum of RGB (Red+Green+Blue) = 105+80+145=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #695091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695091 is #96AF6E. Grayscale: #5E5E5E. Windows color (decimal): -9875311 or 9523305. OLE color: 9523305.

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

Color convert

RGB10580145-
CMYK0.280.4500.43
HSL263.08º28.89%44.12%-
HSV(B)263.08º44.83%56.86%-
XYZ13.8110.7828.14-
YUV94.88156.28135.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 80 (31.64% from 255) = 24.24%
BLUE value IS 145 (57.03% from 255) = 43.94%
R=31.82%
G=24.24%
B=43.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105801450.280.4500.43263.0828.8944.12
Hex6950911C2D02B1071d2c
Octal15112022134550534073554
Binary110100110100001001000111100101101010101110000011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695091; }

 p { color: rgb(105,80,145); }

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

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

 a { background-color: rgb(105,80,145); }

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

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

 span { border-color: rgb(105,80,145); }

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