#694D8F

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

Shades of Butterfly Bush #694D8F

Tints of Butterfly Bush #694D8F

Color information

#694D8F (or 0x694D8F) is unknown color: approx Butterfly Bush. HEX triplet: 69, 4D and 8F. RGB value is (105,77,143). Sum of RGB (Red+Green+Blue) = 105+77+143=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 143 - color contains mainly: blue. Hex color #694D8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694D8F is #96B270. Grayscale: #5C5C5C. Windows color (decimal): -9876081 or 9391465. OLE color: 9391465.

HSL color Cylindrical-coordinate representation of color #694D8F: hue angle of 265.45º 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 #694D8F is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10577143-
CMYK0.270.4600.44
HSL265.45º30%43.14%-
HSV(B)265.45º46.15%56.08%-
XYZ13.4410.2927.27-
YUV92.9156.28136.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 143 (56.25% from 255) = 44%
R=32.31%
G=23.69%
B=44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105771430.270.4600.44265.453043.14
Hex694D8F1B2E02C1091e2b
Octal15111521733560544113653
Binary110100110011011000111111011101110010110010000100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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