#695892

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

Shades of Butterfly Bush #695892

Tints of Butterfly Bush #695892

Color information

#695892 (or 0x695892) is unknown color: approx Butterfly Bush. HEX triplet: 69, 58 and 92. RGB value is (105,88,146). Sum of RGB (Red+Green+Blue) = 105+88+146=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #695892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695892 is #96A76D. Grayscale: #636363. Windows color (decimal): -9873262 or 9590889. OLE color: 9590889.

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

Color convert

RGB10588146-
CMYK0.280.4000.43
HSL257.59º24.79%45.88%-
HSV(B)257.59º39.73%57.25%-
XYZ14.512.0628.76-
YUV99.7154.13131.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.97%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=30.97%
G=25.96%
B=43.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105881460.280.4000.43257.5924.7945.88
Hex6958921C2802B102192e
Octal15113022234500534023156
Binary110100110110001001001011100101000010101110000001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695892; }

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

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

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

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

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

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

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

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