#695380

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

Shades of Butterfly Bush #695380

Tints of Butterfly Bush #695380

Color information

#695380 (or 0x695380) is unknown color: approx Butterfly Bush. HEX triplet: 69, 53 and 80. RGB value is (105,83,128). Sum of RGB (Red+Green+Blue) = 105+83+128=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 128 - color contains mainly: blue. Hex color #695380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695380 is #96AC7F. Grayscale: #5E5E5E. Windows color (decimal): -9874560 or 8409961. OLE color: 8409961.

HSL color Cylindrical-coordinate representation of color #695380: hue angle of 269.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #695380 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10583128-
CMYK0.180.3500.50
HSL269.33º21.33%41.37%-
HSV(B)269.33º35.16%50.2%-
XYZ12.8210.7521.82-
YUV94.71146.79135.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 128 (50.39% from 255) = 40.51%
R=33.23%
G=26.27%
B=40.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105831280.180.3500.50269.3321.3341.37
Hex695380122303210d1529
Octal15112320022430624152551
Binary110100110100111000000010010100011011001010000110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695380; }

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

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

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

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

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

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

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

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