#695290

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

Shades of Butterfly Bush #695290

Tints of Butterfly Bush #695290

Color information

#695290 (or 0x695290) is unknown color: approx Butterfly Bush. HEX triplet: 69, 52 and 90. RGB value is (105,82,144). Sum of RGB (Red+Green+Blue) = 105+82+144=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #695290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695290 is #96AD6F. Grayscale: #5F5F5F. Windows color (decimal): -9874800 or 9458281. OLE color: 9458281.

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

Color convert

RGB10582144-
CMYK0.270.4300.44
HSL262.26º27.43%44.31%-
HSV(B)262.26º43.06%56.47%-
XYZ13.8811.0527.79-
YUV95.94155.12134.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=31.72%
G=24.77%
B=43.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105821440.270.4300.44262.2627.4344.31
Hex6952901B2B02C1061b2c
Octal15112222033530544063354
Binary110100110100101001000011011101011010110010000011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695290; }

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

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

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

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

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

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

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

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