#695386

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

Shades of Butterfly Bush #695386

Tints of Butterfly Bush #695386

Color information

#695386 (or 0x695386) is unknown color: approx Butterfly Bush. HEX triplet: 69, 53 and 86. RGB value is (105,83,134). Sum of RGB (Red+Green+Blue) = 105+83+134=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 134 - color contains mainly: blue. Hex color #695386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695386 is #96AC79. Grayscale: #5F5F5F. Windows color (decimal): -9874554 or 8803177. OLE color: 8803177.

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

Color convert

RGB10583134-
CMYK0.220.3800.47
HSL265.88º23.5%42.55%-
HSV(B)265.88º38.06%52.55%-
XYZ13.2210.9123.96-
YUV95.39149.79134.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 83 (32.81% from 255) = 25.78%
BLUE value IS 134 (52.73% from 255) = 41.61%
R=32.61%
G=25.78%
B=41.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105831340.220.3800.47265.8823.542.55
Hex695386162602F10a182b
Octal15112320626460574123053
Binary110100110100111000011010110100110010111110000101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695386; }

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

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

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

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

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

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

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

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