#695492

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

Shades of Butterfly Bush #695492

Tints of Butterfly Bush #695492

Color information

#695492 (or 0x695492) is unknown color: approx Butterfly Bush. HEX triplet: 69, 54 and 92. RGB value is (105,84,146). Sum of RGB (Red+Green+Blue) = 105+84+146=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #695492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695492 is #96AB6D. Grayscale: #616161. Windows color (decimal): -9874286 or 9589865. OLE color: 9589865.

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

Color convert

RGB10584146-
CMYK0.280.4200.43
HSL260.32º26.96%45.1%-
HSV(B)260.32º42.47%57.25%-
XYZ14.1811.4228.65-
YUV97.35155.46133.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.34%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 146 (57.42% from 255) = 43.58%
R=31.34%
G=25.07%
B=43.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105841460.280.4200.43260.3226.9645.1
Hex6954921C2A02B1041b2d
Octal15112422234520534043355
Binary110100110101001001001011100101010010101110000010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695492; }

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

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

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

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

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

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

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

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