#695092

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

Shades of Butterfly Bush #695092

Tints of Butterfly Bush #695092

Color information

#695092 (or 0x695092) is unknown color: approx Butterfly Bush. HEX triplet: 69, 50 and 92. RGB value is (105,80,146). Sum of RGB (Red+Green+Blue) = 105+80+146=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #695092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695092 is #96AF6D. Grayscale: #5E5E5E. Windows color (decimal): -9875310 or 9588841. OLE color: 9588841.

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

Color convert

RGB10580146-
CMYK0.280.4500.43
HSL262.73º29.2%44.31%-
HSV(B)262.73º45.21%57.25%-
XYZ13.8810.8228.55-
YUV95156.78135.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 146 (57.42% from 255) = 44.11%
R=31.72%
G=24.17%
B=44.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105801460.280.4500.43262.7329.244.31
Hex6950921C2D02B1071d2c
Octal15112022234550534073554
Binary110100110100001001001011100101101010101110000011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695092; }

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

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

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

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

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

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

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

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