#694F93

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

Shades of Butterfly Bush #694F93

Tints of Butterfly Bush #694F93

Color information

#694F93 (or 0x694F93) is unknown color: approx Butterfly Bush. HEX triplet: 69, 4F and 93. RGB value is (105,79,147). Sum of RGB (Red+Green+Blue) = 105+79+147=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #694F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694F93 is #96B06C. Grayscale: #5E5E5E. Windows color (decimal): -9875565 or 9654121. OLE color: 9654121.

HSL color Cylindrical-coordinate representation of color #694F93: hue angle of 262.94º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #694F93 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10579147-
CMYK0.290.4600.42
HSL262.94º30.09%44.31%-
HSV(B)262.94º46.26%57.65%-
XYZ13.8910.728.94-
YUV94.53157.61135.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 79 (31.25% from 255) = 23.87%
BLUE value IS 147 (57.81% from 255) = 44.41%
R=31.72%
G=23.87%
B=44.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105791470.290.4600.42262.9430.0944.31
Hex694F931D2E02A1071e2c
Octal15111722335560524073654
Binary110100110011111001001111101101110010101010000011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694F93; }

 p { color: rgb(105,79,147); }

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

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

 a { background-color: rgb(105,79,147); }

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

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

 span { border-color: rgb(105,79,147); }

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