#695481

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

Shades of Butterfly Bush #695481

Tints of Butterfly Bush #695481

Color information

#695481 (or 0x695481) is unknown color: approx Butterfly Bush. HEX triplet: 69, 54 and 81. RGB value is (105,84,129). Sum of RGB (Red+Green+Blue) = 105+84+129=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 129 - color contains mainly: blue. Hex color #695481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695481 is #96AB7E. Grayscale: #5F5F5F. Windows color (decimal): -9874303 or 8475753. OLE color: 8475753.

HSL color Cylindrical-coordinate representation of color #695481: hue angle of 268º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #695481 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10584129-
CMYK0.190.3500.49
HSL268º21.13%41.76%-
HSV(B)268º34.88%50.59%-
XYZ12.9610.9322.2-
YUV95.41146.96134.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 129 (50.78% from 255) = 40.57%
R=33.02%
G=26.42%
B=40.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105841290.190.3500.4926821.1341.76
Hex695481132303110c152a
Octal15112420123430614142552
Binary110100110101001000000110011100011011000110000110010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695481; }

 p { color: rgb(105,84,129); }

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

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

 a { background-color: rgb(105,84,129); }

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

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

 span { border-color: rgb(105,84,129); }

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