#695485

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

Shades of Butterfly Bush #695485

Tints of Butterfly Bush #695485

Color information

#695485 (or 0x695485) is unknown color: approx Butterfly Bush. HEX triplet: 69, 54 and 85. RGB value is (105,84,133). Sum of RGB (Red+Green+Blue) = 105+84+133=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #695485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695485 is #96AB7A. Grayscale: #5F5F5F. Windows color (decimal): -9874299 or 8737897. OLE color: 8737897.

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

Color convert

RGB10584133-
CMYK0.210.3700.48
HSL265.71º22.58%42.55%-
HSV(B)265.71º36.84%52.16%-
XYZ13.2311.0423.62-
YUV95.86148.96134.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 84 (33.20% from 255) = 26.09%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=32.61%
G=26.09%
B=41.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105841330.210.3700.48265.7122.5842.55
Hex695485152503010a172b
Octal15112420525450604122753
Binary110100110101001000010110101100101011000010000101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695485; }

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

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

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

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

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

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

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

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