#695783

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

Shades of Butterfly Bush #695783

Tints of Butterfly Bush #695783

Color information

#695783 (or 0x695783) is unknown color: approx Butterfly Bush. HEX triplet: 69, 57 and 83. RGB value is (105,87,131). Sum of RGB (Red+Green+Blue) = 105+87+131=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 131 - color contains mainly: blue. Hex color #695783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695783 is #96A87C. Grayscale: #616161. Windows color (decimal): -9873533 or 8607593. OLE color: 8607593.

HSL color Cylindrical-coordinate representation of color #695783: hue angle of 264.55º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #695783 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10587131-
CMYK0.200.3400.49
HSL264.55º20.18%42.75%-
HSV(B)264.55º33.59%51.37%-
XYZ13.3311.4622.98-
YUV97.4146.96133.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.51%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 131 (51.56% from 255) = 40.56%
R=32.51%
G=26.93%
B=40.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105871310.200.3400.49264.5520.1842.75
Hex6957831422031109142b
Octal15112720324420614112453
Binary110100110101111000001110100100010011000110000100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695783; }

 p { color: rgb(105,87,131); }

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

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

 a { background-color: rgb(105,87,131); }

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

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

 span { border-color: rgb(105,87,131); }

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