#694D8E

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

Shades of Butterfly Bush #694D8E

Tints of Butterfly Bush #694D8E

Color information

#694D8E (or 0x694D8E) is unknown color: approx Butterfly Bush. HEX triplet: 69, 4D and 8E. RGB value is (105,77,142). Sum of RGB (Red+Green+Blue) = 105+77+142=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #694D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694D8E is #96B271. Grayscale: #5C5C5C. Windows color (decimal): -9876082 or 9325929. OLE color: 9325929.

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

Color convert

RGB10577142-
CMYK0.260.4600.44
HSL265.85º29.68%42.94%-
HSV(B)265.85º45.77%55.69%-
XYZ13.3610.2626.87-
YUV92.78155.78136.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 77 (30.47% from 255) = 23.77%
BLUE value IS 142 (55.86% from 255) = 43.83%
R=32.41%
G=23.77%
B=43.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105771420.260.4600.44265.8529.6842.94
Hex694D8E1A2E02C10a1e2b
Octal15111521632560544123653
Binary110100110011011000111011010101110010110010000101011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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