#695484

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

Shades of Butterfly Bush #695484

Tints of Butterfly Bush #695484

Color information

#695484 (or 0x695484) is unknown color: approx Butterfly Bush. HEX triplet: 69, 54 and 84. RGB value is (105,84,132). Sum of RGB (Red+Green+Blue) = 105+84+132=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #695484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695484 is #96AB7B. Grayscale: #5F5F5F. Windows color (decimal): -9874300 or 8672361. OLE color: 8672361.

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

Color convert

RGB10584132-
CMYK0.200.3600.48
HSL266.25º22.22%42.35%-
HSV(B)266.25º36.36%51.76%-
XYZ13.1611.0123.26-
YUV95.75148.46134.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 132 (51.95% from 255) = 41.12%
R=32.71%
G=26.17%
B=41.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105841320.200.3600.48266.2522.2242.35
Hex695484142403010a162a
Octal15112420424440604122652
Binary110100110101001000010010100100100011000010000101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695484; }

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

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

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

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

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

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

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

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