#695486

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

Shades of Butterfly Bush #695486

Tints of Butterfly Bush #695486

Color information

#695486 (or 0x695486) is unknown color: approx Butterfly Bush. HEX triplet: 69, 54 and 86. RGB value is (105,84,134). Sum of RGB (Red+Green+Blue) = 105+84+134=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 134 - color contains mainly: blue. Hex color #695486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695486 is #96AB79. Grayscale: #5F5F5F. Windows color (decimal): -9874298 or 8803433. OLE color: 8803433.

HSL color Cylindrical-coordinate representation of color #695486: hue angle of 265.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #695486 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10584134-
CMYK0.220.3700.47
HSL265.2º22.94%42.75%-
HSV(B)265.2º37.31%52.55%-
XYZ13.311.0723.99-
YUV95.98149.46134.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.51%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 134 (52.73% from 255) = 41.49%
R=32.51%
G=26.01%
B=41.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105841340.220.3700.47265.222.9442.75
Hex695486162502F109172b
Octal15112420626450574112753
Binary110100110101001000011010110100101010111110000100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695486; }

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

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

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

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

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

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

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

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