#695185

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

Shades of Butterfly Bush #695185

Tints of Butterfly Bush #695185

Color information

#695185 (or 0x695185) is unknown color: approx Butterfly Bush. HEX triplet: 69, 51 and 85. RGB value is (105,81,133). Sum of RGB (Red+Green+Blue) = 105+81+133=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #695185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695185 is #96AE7A. Grayscale: #5D5D5D. Windows color (decimal): -9875067 or 8737129. OLE color: 8737129.

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

Color convert

RGB10581133-
CMYK0.210.3900.48
HSL267.69º24.3%41.96%-
HSV(B)267.69º39.1%52.16%-
XYZ1310.5823.55-
YUV94.1149.95135.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 81 (32.03% from 255) = 25.39%
BLUE value IS 133 (52.34% from 255) = 41.69%
R=32.92%
G=25.39%
B=41.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105811330.210.3900.48267.6924.341.96
Hex695185152703010c182a
Octal15112120525470604143052
Binary110100110100011000010110101100111011000010000110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695185; }

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

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

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

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

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

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

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

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