#695392

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

Shades of Butterfly Bush #695392

Tints of Butterfly Bush #695392

Color information

#695392 (or 0x695392) is unknown color: approx Butterfly Bush. HEX triplet: 69, 53 and 92. RGB value is (105,83,146). Sum of RGB (Red+Green+Blue) = 105+83+146=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #695392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695392 is #96AC6D. Grayscale: #606060. Windows color (decimal): -9874542 or 9589609. OLE color: 9589609.

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

Color convert

RGB10583146-
CMYK0.280.4300.43
HSL260.95º27.51%44.9%-
HSV(B)260.95º43.15%57.25%-
XYZ14.1111.2728.62-
YUV96.76155.79133.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.44%
GREEN value IS 83 (32.81% from 255) = 24.85%
BLUE value IS 146 (57.42% from 255) = 43.71%
R=31.44%
G=24.85%
B=43.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105831460.280.4300.43260.9527.5144.9
Hex6953921C2B02B1051c2d
Octal15112322234530534053455
Binary110100110100111001001011100101011010101110000010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695392; }

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

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

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

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

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

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

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

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