#69598E

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

Shades of Butterfly Bush #69598E

Tints of Butterfly Bush #69598E

Color information

#69598E (or 0x69598E) is unknown color: approx Butterfly Bush. HEX triplet: 69, 59 and 8E. RGB value is (105,89,142). Sum of RGB (Red+Green+Blue) = 105+89+142=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #69598E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69598E is #96A671. Grayscale: #636363. Windows color (decimal): -9873010 or 9329001. OLE color: 9329001.

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

Color convert

RGB10589142-
CMYK0.260.3700.44
HSL258.11º22.94%45.29%-
HSV(B)258.11º37.32%55.69%-
XYZ14.2812.127.17-
YUV99.83151.8131.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.25%
GREEN value IS 89 (35.16% from 255) = 26.49%
BLUE value IS 142 (55.86% from 255) = 42.26%
R=31.25%
G=26.49%
B=42.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105891420.260.3700.44258.1122.9445.29
Hex69598E1A2502C102172d
Octal15113121632450544022755
Binary110100110110011000111011010100101010110010000001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69598E; }

 p { color: rgb(105,89,142); }

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

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

 a { background-color: rgb(105,89,142); }

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

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

 span { border-color: rgb(105,89,142); }

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