#695385

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

Shades of Butterfly Bush #695385

Tints of Butterfly Bush #695385

Color information

#695385 (or 0x695385) is unknown color: approx Butterfly Bush. HEX triplet: 69, 53 and 85. RGB value is (105,83,133). Sum of RGB (Red+Green+Blue) = 105+83+133=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #695385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695385 is #96AC7A. Grayscale: #5F5F5F. Windows color (decimal): -9874555 or 8737641. OLE color: 8737641.

HSL color Cylindrical-coordinate representation of color #695385: hue angle of 266.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #695385 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10583133-
CMYK0.210.3800.48
HSL266.4º23.15%42.35%-
HSV(B)266.4º37.59%52.16%-
XYZ13.1510.8823.6-
YUV95.28149.29134.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 83 (32.81% from 255) = 25.86%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=32.71%
G=25.86%
B=41.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105831330.210.3800.48266.423.1542.35
Hex695385152603010a172a
Octal15112320525460604122752
Binary110100110100111000010110101100110011000010000101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695385; }

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

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

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

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

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

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

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

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