#695390

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

Shades of Butterfly Bush #695390

Tints of Butterfly Bush #695390

Color information

#695390 (or 0x695390) is unknown color: approx Butterfly Bush. HEX triplet: 69, 53 and 90. RGB value is (105,83,144). Sum of RGB (Red+Green+Blue) = 105+83+144=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #695390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695390 is #96AC6F. Grayscale: #606060. Windows color (decimal): -9874544 or 9458537. OLE color: 9458537.

HSL color Cylindrical-coordinate representation of color #695390: hue angle of 261.64º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #695390 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10583144-
CMYK0.270.4200.44
HSL261.64º26.87%44.51%-
HSV(B)261.64º42.36%56.47%-
XYZ13.9511.227.81-
YUV96.53154.79134.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 83 (32.81% from 255) = 25%
BLUE value IS 144 (56.64% from 255) = 43.37%
R=31.63%
G=25%
B=43.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105831440.270.4200.44261.6426.8744.51
Hex6953901B2A02C1061b2d
Octal15112322033520544063355
Binary110100110100111001000011011101010010110010000011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695390; }

 p { color: rgb(105,83,144); }

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

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

 a { background-color: rgb(105,83,144); }

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

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

 span { border-color: rgb(105,83,144); }

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