#695490

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

Shades of Butterfly Bush #695490

Tints of Butterfly Bush #695490

Color information

#695490 (or 0x695490) is unknown color: approx Butterfly Bush. HEX triplet: 69, 54 and 90. RGB value is (105,84,144). Sum of RGB (Red+Green+Blue) = 105+84+144=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #695490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695490 is #96AB6F. Grayscale: #606060. Windows color (decimal): -9874288 or 9458793. OLE color: 9458793.

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

Color convert

RGB10584144-
CMYK0.270.4200.44
HSL261º26.32%44.71%-
HSV(B)261º41.67%56.47%-
XYZ14.0311.3627.84-
YUV97.12154.46133.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 144 (56.64% from 255) = 43.24%
R=31.53%
G=25.23%
B=43.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105841440.270.4200.4426126.3244.71
Hex6954901B2A02C1051a2d
Octal15112422033520544053255
Binary110100110101001001000011011101010010110010000010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695490; }

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

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

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

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

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

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

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

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