#695284

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

Shades of Butterfly Bush #695284

Tints of Butterfly Bush #695284

Color information

#695284 (or 0x695284) is unknown color: approx Butterfly Bush. HEX triplet: 69, 52 and 84. RGB value is (105,82,132). Sum of RGB (Red+Green+Blue) = 105+82+132=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #695284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695284 is #96AD7B. Grayscale: #5E5E5E. Windows color (decimal): -9874812 or 8671849. OLE color: 8671849.

HSL color Cylindrical-coordinate representation of color #695284: hue angle of 267.6º 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 #695284 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10582132-
CMYK0.200.3800.48
HSL267.6º23.36%41.96%-
HSV(B)267.6º37.88%51.76%-
XYZ13.0110.723.21-
YUV94.58149.12135.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 132 (51.95% from 255) = 41.38%
R=32.92%
G=25.71%
B=41.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105821320.200.3800.48267.623.3641.96
Hex695284142603010c172a
Octal15112220424460604142752
Binary110100110100101000010010100100110011000010000110010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695284; }

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

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

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

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

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

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

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

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