#695B92

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

Shades of Butterfly Bush #695B92

Tints of Butterfly Bush #695B92

Color information

#695B92 (or 0x695B92) is unknown color: approx Butterfly Bush. HEX triplet: 69, 5B and 92. RGB value is (105,91,146). Sum of RGB (Red+Green+Blue) = 105+91+146=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #695B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695B92 is #96A46D. Grayscale: #656565. Windows color (decimal): -9872494 or 9591657. OLE color: 9591657.

HSL color Cylindrical-coordinate representation of color #695B92: hue angle of 255.27º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #695B92 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10591146-
CMYK0.280.3800.43
HSL255.27º23.21%46.47%-
HSV(B)255.27º37.67%57.25%-
XYZ14.7612.5628.84-
YUV101.46153.14130.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 91 (35.94% from 255) = 26.61%
BLUE value IS 146 (57.42% from 255) = 42.69%
R=30.70%
G=26.61%
B=42.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105911460.280.3800.43255.2723.2146.47
Hex695B921C2602Bff172e
Octal15113322234460533772756
Binary11010011011011100100101110010011001010111111111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695B92; }

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

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

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

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

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

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

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

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