#695692

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

Shades of Butterfly Bush #695692

Tints of Butterfly Bush #695692

Color information

#695692 (or 0x695692) is unknown color: approx Butterfly Bush. HEX triplet: 69, 56 and 92. RGB value is (105,86,146). Sum of RGB (Red+Green+Blue) = 105+86+146=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #695692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695692 is #96A96D. Grayscale: #626262. Windows color (decimal): -9873774 or 9590377. OLE color: 9590377.

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

Color convert

RGB10586146-
CMYK0.280.4100.43
HSL259º25.86%45.49%-
HSV(B)259º41.1%57.25%-
XYZ14.3411.7328.7-
YUV98.52154.79132.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=31.16%
G=25.52%
B=43.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105861460.280.4100.4325925.8645.49
Hex6956921C2902B1031a2d
Octal15112622234510534033255
Binary110100110101101001001011100101001010101110000001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695692; }

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

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

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

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

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

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

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

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