#695190

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

Shades of Butterfly Bush #695190

Tints of Butterfly Bush #695190

Color information

#695190 (or 0x695190) is unknown color: approx Butterfly Bush. HEX triplet: 69, 51 and 90. RGB value is (105,81,144). Sum of RGB (Red+Green+Blue) = 105+81+144=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #695190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695190 is #96AE6F. Grayscale: #5F5F5F. Windows color (decimal): -9875056 or 9458025. OLE color: 9458025.

HSL color Cylindrical-coordinate representation of color #695190: hue angle of 262.86º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #695190 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10581144-
CMYK0.270.4400.44
HSL262.86º28%44.12%-
HSV(B)262.86º43.75%56.47%-
XYZ13.810.927.76-
YUV95.36155.45134.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 81 (32.03% from 255) = 24.55%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=31.82%
G=24.55%
B=43.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105811440.270.4400.44262.862844.12
Hex6951901B2C02C1071c2c
Octal15112122033540544073454
Binary110100110100011001000011011101100010110010000011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695190; }

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

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

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

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

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

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

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

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