#695281

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

Shades of Butterfly Bush #695281

Tints of Butterfly Bush #695281

Color information

#695281 (or 0x695281) is unknown color: approx Butterfly Bush. HEX triplet: 69, 52 and 81. RGB value is (105,82,129). Sum of RGB (Red+Green+Blue) = 105+82+129=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 129 - color contains mainly: blue. Hex color #695281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695281 is #96AD7E. Grayscale: #5E5E5E. Windows color (decimal): -9874815 or 8475241. OLE color: 8475241.

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

Color convert

RGB10582129-
CMYK0.190.3600.49
HSL269.36º22.27%41.37%-
HSV(B)269.36º36.43%50.59%-
XYZ12.8110.6222.14-
YUV94.24147.62135.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 129 (50.78% from 255) = 40.82%
R=33.23%
G=25.95%
B=40.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105821290.190.3600.49269.3622.2741.37
Hex695281132403110d1629
Octal15112220123440614152651
Binary110100110100101000000110011100100011000110000110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695281; }

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

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

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

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

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

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

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

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